Replies: 1 comment 2 replies
-
Hi @huangJW7, you can find cli options here and server start script options here
I don't think it's possible with the cli nor the server script options, internally vscode will remember the previous state if you open it on the same browser, one way would be to create an extension that creates and focus a new terminal
cli is meant to be used inside the vscode terminals, not in external shells |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, I want to use some commands and url params to simplify some operations.
e.g.
http://localhost:3000/?folder=/home/workspace
can open the folder instead of chickopen folder
.e.g.
--user-extension-dir
can Specify the extra extensions.I want to open a terminal by default when open the webpage. Can this be achieved with url params? Where can I find all the params and usage?
By the way,
/.openvscode-server/bin/remote-cli/code
have many functions such asdiff
,merge
,add
. But it saysCommand is only available in WSL or inside a Visual Studio Code terminal.
How can I use it in shell?Beta Was this translation helpful? Give feedback.
All reactions