We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10bf932 commit 364616aCopy full SHA for 364616a
.vscode/settings.json
@@ -1,6 +1,8 @@
1
{
2
"editor.codeActionsOnSave": {
3
- "source.organizeImports": "explicit"
+ // "source.organizeImports": "explicit"
4
},
5
- "typescript.tsdk": "node_modules/typescript/lib"
+ "typescript.tsdk": "node_modules/typescript/lib",
6
+ "editor.formatOnSave": true,
7
+ "editor.defaultFormatter": "oxc.oxc-vscode"
8
}
0 commit comments