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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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