VSCode Browser IDE auto-open #1223
|
When I open a workspace and I select the |
Answered by
pascalbreuninger
Dec 13, 2024
Replies: 2 comments
|
I think you can start the server manually. VS Code server binary is installed here: ~/.vscode-server/cli/servers/Stable-$COMMIT_ID/server/bin/code-server --help |
0 replies
|
Hey @mkyrilov, you can set this behaviour per IDE by running |
0 replies
Answer selected by
pascalbreuninger
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @mkyrilov, you can set this behaviour per IDE by running
devpod ide set-options openvscode -o OPEN=false