Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit 829a72e

Browse files
committed
electron-builder 자동완성 지원
1 parent 861c109 commit 829a72e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.vscode/settings.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,13 @@
33
"editor.formatOnSave": true,
44
"editor.defaultFormatter": "esbenp.prettier-vscode",
55
"typescript.preferences.importModuleSpecifier": "shortest",
6-
"typescript.tsdk": "node_modules/typescript/lib"
6+
"typescript.tsdk": "node_modules/typescript/lib",
7+
"json.schemas": [
8+
{
9+
"fileMatch": [
10+
"/*electron-builder.json"
11+
],
12+
"url": "https://json.schemastore.org/electron-builder"
13+
}
14+
]
715
}

0 commit comments

Comments
 (0)