paper_robots
paper_robots

Reputation: 251

Can't access default user settings panel in Visual Studio Code

For some reason when I access my settings I only get my user settings.json file. I don't get the double pane with the list of defaults on the left side along with the search at the top. Is there a way to get that back or access it directly?

My VSCode Insiders Settings VSCode Insiders Settings

VSCode working default settings. How can I get this back in my Insiders version? VSCode Default Settings

Upvotes: 0

Views: 923

Answers (1)

Mark
Mark

Reputation: 182591

Do you have this setting changed to:

    "workbench.settings.openDefaultSettings": true

True is the default but perhaps it got changed.

Upvotes: 1

Related Questions