vscode-web icon indicating copy to clipboard operation
vscode-web copied to clipboard

Run sample with some errors on console of devtools.

Open liudonghua123 opened this issue 1 year ago • 2 comments

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!

image

Steps of reproduce.

  1. git clone [email protected]:Felx-B/vscode-web.git
  2. cd vscode-web/sample
  3. yarn
  4. yarn sample
  5. Open http://localhost:8080 in browser.

liudonghua123 avatar Dec 04 '23 08:12 liudonghua123

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.

liudonghua123 avatar Dec 04 '23 09:12 liudonghua123