We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Everything look good!
I am using the new option --config passing a file to code-server.
looks like user-data-dir and extensions-dir is not read from file.
my config.yaml:
user-data-dir: /home/junyan/mnt/e/Config/code-server/Data/ extensions-dir: /home/junyan/mnt/e/Config/code-server/Extensions/
using command line parameter everything works.
The text was updated successfully, but these errors were encountered:
Looking into it!
Sorry, something went wrong.
Ah got it, thanks for reporting will push fix soon.
Allow user-data-dir and extension-dir in config.yaml
183d9f9
Closes #1676
8053ec6
Hate to bring this back but I still face this issue on v3.4.0
Yup, see release notes in #1766
nhooyr
Successfully merging a pull request may close this issue.
Everything look good!
I am using the new option --config passing a file to code-server.
looks like user-data-dir and extensions-dir is not read from file.
my config.yaml:
user-data-dir: /home/junyan/mnt/e/Config/code-server/Data/
extensions-dir: /home/junyan/mnt/e/Config/code-server/Extensions/
using command line parameter everything works.
The text was updated successfully, but these errors were encountered: