microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.39k stars 29.32k forks source link

`scripts/code-cli.sh serve-web` doesn't work #221345

Open mering opened 4 months ago

mering commented 4 months ago

Does this issue occur when all extensions are disabled?: Yes

Steps to Reproduce:

  1. Clone the repository
  2. Start Devcontainer
  3. Install Rust using #221301
  4. Run ./scripts/code-cli.sh serve-web

This only shows the following error when trying to access via browser:

error error getting latest version: Updates are are not available: no configured quality
mering commented 3 months ago

@connor4312 any hints on how I can run the cli serve-web with a VSCode version build from source?