question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

~/.local/share/code-server/User/settings.json is not respected in code-server v4.0.0

See original GitHub issue

OS/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:closed
  • Created 2 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
jsjoeiocommented, Dec 14, 2021

Let’s plan to have a discussion offline in January and then I’ll share notes in a Discussion afterwards with the community.

2reactions
w0otnesscommented, Dec 13, 2021

On a similar note, “bind-addr:” in ~/.config/code-server/config.yaml is not respected either.

All other default options are still respected though.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found