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
~ is normally expanded by the shell, so it would not get expanded in a YAML config. But, it would be nice if we manually expand it when we read the config.
code-asher
changed the title
Ubuntu config.yaml user-data-dir, duplicate '~'
Expand ~ from config
Oct 29, 2024
Is there an existing issue for this?
OS/Web Information
code-server --version
: 4.93.1 69df011 with Code 1.93.1Steps to Reproduce
user-data-dir: ~/.config/code-server-data
to config.yamlcode-server
Expected
Actual
But in the web browser, it will be:
Note
I get it now, depends on where the current directory in the terminal is, code-server will use the current directory plus user-data-dir
The text was updated successfully, but these errors were encountered: