We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0da61f9 commit 3bb69d7Copy full SHA for 3bb69d7
extension-dev.code-workspace
@@ -49,7 +49,7 @@
49
"typescript.format.semicolons": "insert", // Code actions like "organize imports" ignore ESLint, so we need this here
50
"eslint.format.enable": true, // Enable ESLint as defaut formatter so quick fixes can be applied directly
51
"[typescript]": {
52
- "editor.defaultFormatter": "dbaeumer.vscode-eslint",
+ "editor.defaultFormatter": "vscode.typescript-language-features",
53
"editor.formatOnPaste": true,
54
"editor.formatOnSave": true,
55
"editor.formatOnSaveMode": "modificationsIfAvailable"
0 commit comments