vscode-web
vscode-web copied to clipboard
Run sample with some errors on console of devtools.
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.
- git clone [email protected]:Felx-B/vscode-web.git
- cd vscode-web/sample
- yarn
- yarn sample
- Open http://localhost:8080 in browser.
I also noticed that Sample project can be found in this repository to illustate vscode-web usage. This sample is not fully functional as it misses a FileSystemProvider extension.
in the readme.
It seems has no direct effection on /manifest.json and /myExt/nls.metadata.json.