vscode.dev上怎么执行代码
尝试了很久,发现这个vscode网页版只能浏览代码,一些插件比如live server都不能使用,请问怎么执行像html这样后缀的文件?
回答
就是在线编辑器,可不是在线IDE
Run and Debug are not available in the web editor. To run and debug, you will need to continue in an environment that can run code, like a codespace or local VS Code.