'Is there a way to make a settings.json simply on a project?

When you want to make a different settings on a specific project, you will make .vscode/settings.json. I know how to make .vscode/settings.json. If I make that directory and file and name as .vscode and settings.json then those files will be functioning as the setting of the project of the directory.

But I'm lazy to do those all acts. Is there some simpler ways to make the settings.json file on each project directory? Like by using a shortcut key we could make the file, or just by using a button from a extension.



Solution 1:[1]

  • go to settings GUI, Ctrl+,
  • select Workspace tab
  • click Open Settings (JSON) button in top right corner

Or

Execute command: Preferences: Open Settings (JSON)

Or any of the other open settings commands.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 rioV8