This repository was archived by the owner on Jan 17, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 214
Add data-dir and extensions-dir flag #34
Labels
feature
New feature or improvement to functionality
Comments
Related #29 I think it's best to have these as environment variables. |
Closed
I think env variables are good, but config file would be better, won't have to pass them everytime.. |
Environment variables can be easily placed in a user's |
My reason for having a different config file is that other apps should not accidently use those variables. I know this is rare, but possible. |
It's not worth worrying about the chance of another application using an environment variable as specific as |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It would make sense to also have
--extensions-dir
and--user-data-dir
flags, since both of those are available on code-server.https://github.com/codercom/code-server/blob/5f40ebb8457380aa1e9955302d9e41a6b042ef14/packages/server/src/cli.ts#L23-L24
The text was updated successfully, but these errors were encountered: