From cdebcd46da116b4a1039ea57ea4dff0396b098df Mon Sep 17 00:00:00 2001 From: Lucas Manuel Rodriguez Date: Mon, 22 Dec 2025 17:51:18 -0300 Subject: [PATCH] Remove gofumports which is not a valid option anymore (#37619) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Screenshot 2025-12-22 at 5 28 43 PM --- .vscode/settings.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 09e38123d8..b7ff4dd8e5 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,7 +6,6 @@ "diffEditor.codeLens": true, "rewrap.autoWrap.enabled": true, "rewrap.wrappingColumn": 100, - "go.formatTool": "gofumports", "go.lintTool": "golangci-lint", "go.useLanguageServer": true, "gopls": {