You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just updated code-server to v3.7.1 using conda and noticed that my old settings were not loaded.
My settings file is not overwritten, but manually inspecting it in a code-server session ( Ctrl + , ) it appear to be empty. Even though the path opened is the correct one and the inspection of apparently the same file outside and inside code-server correctly displays the contents of settings.json, code-server is not correctly loading its contents.
user-data-dir is automatically being set to ~/.local/share/code-server. Manually setting user-data-dir to another dir (e. g. /home/username/code-server) containing a copy of settings.json doesn't help either.
The gist is that the settings seem to be stored in browser storage now rather than in the file on disk. I'm considering patching VS Code to revert that behavior. 🤔
I just updated code-server to v3.7.1 using conda and noticed that my old settings were not loaded.
My settings file is not overwritten, but manually inspecting it in a code-server session ( Ctrl + , ) it appear to be empty. Even though the path opened is the correct one and the inspection of apparently the same file outside and inside code-server correctly displays the contents of
settings.json
, code-server is not correctly loading its contents.user-data-dir
is automatically being set to~/.local/share/code-server
. Manually settinguser-data-dir
to another dir (e. g./home/username/code-server
) containing a copy ofsettings.json
doesn't help either.code-server --version
: 3.7.1 2bf91ffThe text was updated successfully, but these errors were encountered: