-
How do I make code-server always open an empty workspace unless a URL parameter is given? For example,
Is this an option in the settings menu? |
Beta Was this translation helpful? Give feedback.
Answered by
kdkasad
Dec 9, 2022
Replies: 1 comment
-
Nevermind, I found the answer in the one place I didn't already look. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kdkasad
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nevermind, I found the answer in the one place I didn't already look.
It appears that passing the
-e
/--ignore-last-opened
command-line flag will do what I want.