We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a109b25 commit 3474ea7Copy full SHA for 3474ea7
1 file changed
.vscode/settings.json
@@ -69,5 +69,8 @@
69
"msjsdiag.debugger-for-chrome": "workspace"
70
},
71
"gulp.autoDetect": "off",
72
- "files.insertFinalNewline": true
+ "files.insertFinalNewline": true,
73
+ "[typescript]": {
74
+ "editor.defaultFormatter": "vscode.typescript-language-features"
75
+ }
76
}
0 commit comments