VS Code. How to open JSON settings with defaults

前端 未结 3 891
轻奢々
轻奢々 2021-01-30 22:43

When I\'m opening settings using Preferences: Open Settings (JSON) I\'m getting screen like this:

But in VSCode videos/tutorials I see people

3条回答
  •  悲哀的现实
    2021-01-30 23:31

    As mentioned @Juraj Kocan in comments, it happens after last VS Code updates.

    This is Github issue related to this new "feature"

    This one helped me:

    "workbench.settings.useSplitJSON": true,
    "workbench.settings.editor": "json",
    

提交回复
热议问题