code-server
code-server copied to clipboard
[Feat]: how to open folder or server path through code server url param
how to open folder or server path through code server url param? for example https://vscode.dev?folder=xxx
code-server also supports the folder
query parameter. Are you encountering a bug with it?
code-server also supports the
folder
query parameter. Are you encountering a bug with it?
ok,but I didn't find the full documentation on this and I don't know how to use it
It is mainly meant to be used with File > Open Folder
from within VS Code, but you can construct it manually by pointing it to any directory on the remote machine. https://domain.com?folder=/home/coder/project
for example.
Closing as stale but feel free to comment if you come back to this.