~/.local/share/code-server/User/settings.json is not respected in code-server v4.0.0
See original GitHub issueOS/Web Information
- Web Browser: Firefox 95.0 (64-bit)
- Local OS: macOS 10.14.6 (Mojave)
- Remote OS: Debian bullseye
- Remote Architecture: 64-bit
code-server --version
: 4.0.0 0f395955515207f9b461ffdd2a595f35311dd05f
Steps to Reproduce
Log in at https://vscode-r.jupyter.b-data.ch.
Expected
The following settings should be applied:
~/.local/share/code-server/User/settings.json
{
"editor.tabSize": 2,
"telemetry.enableTelemetry": false,
"gitlens.advanced.telemetry.enabled": false,
"r.bracketedPaste": true,
"r.plot.useHttpgd": true,
"r.rterm.linux": "/usr/local/bin/radian",
"r.rterm.option": [],
"r.workspaceViewer.showObjectSize": true,
"workbench.colorTheme": "Default Dark+",
"terminal.integrated.fontFamily": "MesloLGS NF",
"r.sessionWatcher": true
}
Actual
Settings are not applied. ℹ️ It seems v4.0.0 is using the browser storage instead of the file system to read/set settings.
Logs
On demand only. 👉 Issue may be reproduced any time by @code-asher, @jsjoeio or @bpmct at https://vscode-r.jupyter.b-data.ch.
Screenshot
None.
Notes
See https://github.com/cdr/code-server/issues/2274 for an identical issue with previous versions.
This issue can be reproduced in VS Code: No
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Issues - GitHub
~/.local/share/code-server/User/settings.json is not respected in ... ℹ️ It seems v4.0.0 is using the browser storage instead of the file ...
Read more >FAQ - code-server v4.8.0 docs - Coder
Frequently asked questions on installing and running code-server. ... Furthermore, Microsoft prohibits the use of any non-Microsoft VS Code from accessing ...
Read more >Visual Studio Code Server
We want to provide a unified VS Code experience no matter how you use the editor, whether it's local or remote, in the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Let’s plan to have a discussion offline in January and then I’ll share notes in a Discussion afterwards with the community.
On a similar note, “bind-addr:” in
~/.config/code-server/config.yaml
is not respected either.All other default options are still respected though.