Merge pull request #233 from KeJunMao/patch-1

chore: update vscode json schema
This commit is contained in:
younglei 2022-08-10 14:51:51 +08:00 committed by GitHub
commit e27c6c371d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

10
.vscode/settings.json vendored
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"
}
]
}