Move all global configuration into config folder as defined by the xdg basedir spec #2302
airtonix
started this conversation in
1. Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It's a bit annoying that some of the global configuration is in the vscode directory deeply deeply nested somewhere in the users homedir unpredictable.
https://specifications.freedesktop.org/basedir-spec/latest/
Instead it should just be collected under the standard xdg base dir spec of
You can use any xdg base dir library to manage discovering these places, but probably just use https://www.npmjs.com/package/xdg-basedir
Beta Was this translation helpful? Give feedback.
All reactions