Replies: 1 comment 1 reply
-
Hmm... Have you tried going to the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
Is there any way to customize default VSCode settings when code-server is launched?
Initially I thought I could use
code-server --config config.json
but this config should be YAML and affects only code-server itself not the underlying VSCode.I'm trying to setup a JupyterHub VSCode using dirkcgrunwald/jupyter_codeserver_proxy and I would like to have some settings using different defaults.
For instance:
to avoid some terminal rendering issues.
Is there any way to do this without forcing the setting into the user's
~/.local/share/code-server/User/settings.json
file?We'd like to set these as defaults but still allow the user to override it if they modify their settings.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions