Skip to content

Commit 9cf096a

Browse files
committed
update settings.json?
1 parent 0832a04 commit 9cf096a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.vscode/settings.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
{
2-
"typescript.tsdk": "node_modules/typescript/lib"
2+
"typescript.tsdk": "node_modules/typescript/lib",
3+
"editor.formatOnSave": true,
4+
"[typescript]": {
5+
"editor.codeActionsOnSave": {
6+
"source.organizeImports": true
7+
}
8+
}
39
}

0 commit comments

Comments
 (0)