vscode-web
vscode-web copied to clipboard
Visual Studio Code for browser
I have created a directory **D:/h5apps** , how can I use vscode-web to open each sub directories, just like: http://host:8080/edit/app01 ==> **D:/h5apps/app01** http://host:8080/edit/app02 ==> **D:/h5apps/app02** http://host:8080/edit/app03 ==> **D:/h5apps/app03** thank you
Hello What is the config to install it on Angular please ? Thanks in advance
Hi, I tried to run the sample, but I saw some errors related to http://localhost:8080/manifest.json, http://localhost:8080/myExt/nls.metadata.json 404 Not Found!  ### Steps of reproduce. 1. git clone [email protected]:Felx-B/vscode-web.git 2. cd...
My scenario is to use the IDE nested in a page, and I need to control the file content in the IDE through the page. Is there any way to...
Is there a way to load settings.json file? I looked everywhere and can't figure out how to initiate this file. Thanks
I don't know when this was introduced, but the stock `workbench.ts` will pull config from a data attribute of an element with id `vscode-workbench-web-configuration`. So I do a synchronous fetch...