Closed
Description
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 0f39595
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 #2274 for an identical issue with previous versions.
This issue can be reproduced in VS Code: No