|
I can start code-server and specify startup folder. Can I start by passing workspace file? |
Answered by
ghost
Jun 16, 2021
Replies: 3 comments 7 replies
3 replies
|
I recommend reading the FAQ as it answers a lot of questions people typically ask. As for what you mentioned, How does code-server decide what workspace or folder to open?. So you can use a query parameter in the url or from the command line when launching code-server. |
4 replies
Answer selected by
jsjoeio
|
Edit: oops @jsjoeio also mentioned passing on the command line! Ignore me. :) If doing |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

I recommend reading the FAQ as it answers a lot of questions people typically ask. As for what you mentioned, How does code-server decide what workspace or folder to open?. So you can use a query parameter in the url or from the command line when launching code-server.