We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae1adde commit e8a6eeeCopy full SHA for e8a6eee
.vscode/settings.json
@@ -8,5 +8,8 @@
8
},
9
// Turn off tsc task auto detection since we have the necessary tasks as npm scripts
10
"typescript.tsc.autoDetect": "off",
11
- "editor.formatOnSave": true
+ "editor.formatOnSave": true,
12
+ "[typescript]": {
13
+ "editor.defaultFormatter": "vscode.typescript-language-features"
14
+ }
15
}
0 commit comments