From cf4611570bf9ac416ffabcffd54efd92329d0d56 Mon Sep 17 00:00:00 2001 From: Matt Bierner <12821956+mjbvz@users.noreply.github.com> Date: Tue, 3 Feb 2026 11:05:24 -0800 Subject: [PATCH] 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 --- .vscode/settings.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index ec8c556838b..da775f21244 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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]": {