Skip to content

Commit 364616a

Browse files
committed
disable organizeImports and set oxc formatter
1 parent 10bf932 commit 364616a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.vscode/settings.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"editor.codeActionsOnSave": {
3-
"source.organizeImports": "explicit"
3+
// "source.organizeImports": "explicit"
44
},
5-
"typescript.tsdk": "node_modules/typescript/lib"
5+
"typescript.tsdk": "node_modules/typescript/lib",
6+
"editor.formatOnSave": true,
7+
"editor.defaultFormatter": "oxc.oxc-vscode"
68
}

0 commit comments

Comments
 (0)