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
If backwords compat is an issue couldn't you just have the hashed-password-file key in the config file that takes precedence over the hashed-password key. That way you don't break compat and can still have this feature.
Hoping code-server can use the same technique like
jupyter server
(reference). Basically:code-server password
command to prompt for password and save it to~/.config/code-server/password.json
.hased-password:
key from~/.config/code-server/config.yaml
.This will help end users to commit the
config.yaml
file to dotfiles git repository without leaking credentials.The text was updated successfully, but these errors were encountered: