-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Location of user profile settings may need correcting #7991
Copy link
Copy link
Closed
Labels
doc-bugout of date, inaccurate, confusing contentout of date, inaccurate, confusing content
Description
-
Go to https://code.visualstudio.com/docs/getstarted/settings#_profile-settings
-
Learn about location of the
settings.json:vscode-docs/docs/getstarted/settings.md
Line 242 in 3e3747e
* **Linux** `$HOME/.config/Code/User/profiles/<profile ID>/settings.json` -
Check it on Linux
$ ls $HOME/.config/Code/User/profiles/ ls: cannot access '/home/mloskot/.config/Code/User/profiles/': No such file or directory
-
Search it
$ find $HOME/.config/Code/User/ -name settings.json /home/mloskot/.config/Code/User/settings.json
It looks like the documentation may need this correction
- * **Linux** `$HOME/.config/Code/User/profiles/<profile ID>/settings.json`
+ * **Linux** `$HOME/.config/Code/User/profiles/settings.json`Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
doc-bugout of date, inaccurate, confusing contentout of date, inaccurate, confusing content