Skip to content

Location of user profile settings may need correcting #7991

@mloskot

Description

@mloskot
  1. Go to https://code.visualstudio.com/docs/getstarted/settings#_profile-settings

  2. Learn about location of the settings.json:

    * **Linux** `$HOME/.config/Code/User/profiles/<profile ID>/settings.json`

  3. Check it on Linux

    $ ls $HOME/.config/Code/User/profiles/
    ls: cannot access '/home/mloskot/.config/Code/User/profiles/': No such file or directory
  4. 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`

Metadata

Metadata

Assignees

Labels

doc-bugout of date, inaccurate, confusing content

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions