chore: update vscode json schema

This commit is contained in:
KeJun
2022-08-10 14:40:18 +08:00
committed by GitHub
parent 05a9c08770
commit 6aaa47eac3

View File

@@ -1,4 +1,12 @@
{
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true,
"json.schemas": [
{
"fileMatch": [
"/*electron-builder.json5"
],
"url": "https://json.schemastore.org/electron-builder"
}
]
}