-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feat]: I wonder if you can create a choice that we can chose config file in other path #6240
Comments
You can change the config file with For example:
The data directory can also be changed:
|
Yes, so say your docs (at least for
|
Turns out there are two instances of More info:
Probably aliasing the correct |
Yup this is the expected (but confusing) behavior.
VS Code provides their own `code-server` binary when inside the
integrated terminal.
It is a separate binary meant only to interact with the current
session of code-server without the ability to spin up a new one.
Personally I would rather see it be the same binary but we try not
to deviate from upstream. I can only guess as to their intent but
perhaps they consider launching a new server while already inside
VS Code to be an invalid use case.
Documenting this difference seems like a good idea to me. Maybe a
patch to the remote-cli binary to mention that it is a different
binary when the options are invalid could also be useful.
|
Maybe it would be good to override this with our binary though to provide a consistent experience. Before that though we would want to implement the remaining features missing from ours that are present in VS Code's ( |
I think we ended up leaving the other binary so as to have parity with Codespaces. |
What is your suggestion?
My Home path is no space left,So I try to read config from other places.
Why do you want this feature?
start code server by defining other config path.
Are there any workarounds to get this functionality today?
No
Are you interested in submitting a PR for this?
No
The text was updated successfully, but these errors were encountered: