Remove default formatter workspace setting for js/ts

This is needed so that we can switch between the ts6 and ts-go without having to change any settings. Longer term the plan is to make ts-go reuse the same formatter id. We will make that change once we ship tsgo builtin
This commit is contained in:
Matt Bierner
2026-02-03 11:05:24 -08:00
parent 1d64e1e1d0
commit cf4611570b
-2
View File
@@ -24,11 +24,9 @@
"files.insertFinalNewline": false
},
"[typescript]": {
"editor.defaultFormatter": "vscode.typescript-language-features",
"editor.formatOnSave": true
},
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features",
"editor.formatOnSave": true
},
"[rust]": {