diff --git a/.vscode/settings.json b/.vscode/settings.json index 83f58583..beea32ea 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,13 +1,20 @@ { - "[typescript][javascript][json]": { + "json.schemas": [ + { + "fileMatch": [ + "/assets/resource/**/*.json", + "/install/resource/**/*.json" + ], + "url": "/deps/tools/pipeline.schema.json" + } + ], + "[json]": { "editor.formatOnSave": true, - "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.insertSpaces": true, "editor.tabSize": 4, "editor.indentSize": "tabSize" }, "[python]": { "editor.defaultFormatter": "ms-python.black-formatter" - }, - "python.formatting.provider": "none" + } } \ No newline at end of file