Skip to content

Commit fe197d1

Browse files
committed
disable organize import due to volar
1 parent 13b4018 commit fe197d1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.vscode/settings.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"workbench.colorTheme": "GitHub Dark"
2+
"workbench.colorTheme": "GitHub Dark",
3+
"editor.codeActionsOnSave": {
4+
"source.organizeImports": false
5+
}
36
}

0 commit comments

Comments
 (0)