Felx-B / vscode-web

Visual Studio Code for browser
MIT License
395 stars 104 forks source link

Run sample with some errors on console of devtools. #31

Open liudonghua123 opened 10 months ago

liudonghua123 commented 10 months ago

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 git@github.com:Felx-B/vscode-web.git
  2. cd vscode-web/sample
  3. yarn
  4. yarn sample
  5. Open http://localhost:8080 in browser.
liudonghua123 commented 10 months ago

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.

progrium commented 2 months ago

At least for part of this, you can just make an nls.metadata.json with contents {}