diff --git a/.vscode/settings.json b/.vscode/settings.json index 894b714..5a96bc9 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,12 @@ { "typescript.tsdk": "node_modules/typescript/lib", "typescript.enablePromptUseWorkspaceTsdk": true, -} \ No newline at end of file + "json.schemas": [ + { + "fileMatch": [ + "/*electron-builder.json5" + ], + "url": "https://json.schemastore.org/electron-builder" + } + ] +}