diff --git a/.gitignore b/.gitignore index 08184875..23356e82 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,3 @@ -### VSCode ### - -# Configuration folder -.vscode/ - ### Visual Studio ### # Visual Studio user-specific files diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..70fcc8de --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,12 @@ +{ + "json.schemas": [ + { + "fileMatch": ["config/applications.json"], + "url": "https://json.schemastore.org/winutil-applications.json" + }, + { + "fileMatch": ["config/preset.json"], + "url": "https://json.schemastore.org/winutil-presets.json" + } + ] +} \ No newline at end of file