You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone VS Code Source code and open it with VS Code
Use Cmd + B Command to Run Core - Build and Ext - Build these two tasks.
After the task is completed, because I don't need to use vscode-web-playground, I need to reassign folder-uri and extensionPath, So I should use ./scripts/code-web.sh --extensionPath=./extensions --folder-uri=memfs:///files/ to start VS 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.
The text was updated successfully, but these errors were encountered:
Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.72.2. Please try upgrading to the latest version and checking whether this issue remains.
Does this issue occur when all extensions are disabled?: Yes/No
Steps to Reproduce:
VS Code
Cmd + B
Command to RunCore - Build
andExt - Build
these two tasks.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.folder-uri
parameter, and didn't pass it on to@vscode/test-web
either.The text was updated successfully, but these errors were encountered: