-
Notifications
You must be signed in to change notification settings - Fork 34.9k
Closed
Labels
insiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insiderstriage-needed
Description
Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version: 1.73.0 71ab69d
- OS Version: Mac OS 12.2.1
Steps to Reproduce:
- git clone VS Code Source code and open it with
VS Code
- Use
Cmd + B
Command to RunCore - Build
andExt - Build
these two tasks. - After the task is completed, because I don't need to use
vscode-web-playground,
I need to reassignfolder-uri
andextensionPath
, So I should use./scripts/code-web.sh --extensionPath=./extensions --folder-uri=memfs:///files/
to startVS Code Web
here. - Then you will find that it cannot be started with a mistake. It does not process this
folder-uri
parameter, and didn't pass it on to@vscode/test-web
either.
Metadata
Metadata
Assignees
Labels
insiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insiderstriage-needed