From de67c93c299352cb8874e77871cb5e1231b9db17 Mon Sep 17 00:00:00 2001 From: cor Date: Wed, 27 Nov 2024 00:44:08 +0000 Subject: [PATCH] fix(vscode): remove redundant extensions --- .vscode/extensions.json | 1 - .vscode/settings.json | 1 - 2 files changed, 2 deletions(-) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 3ee7f29b9b..a9e5cf01c0 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -24,7 +24,6 @@ /* go */ "golang.go", /* git & github */ - "mk12.better-git-line-blame", "antfu.open-in-github-button", "github.vscode-github-actions", "GitHub.vscode-pull-request-github", diff --git a/.vscode/settings.json b/.vscode/settings.json index f141f8268e..83e77edbdb 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -102,7 +102,6 @@ "svelte.enable-ts-plugin": true, "editor.overviewRulerBorder": false, "workbench.activityBar.location": "top", - "window.title": "Join the Union", "extensions.experimental.affinity": { "better-ts-errors.better-ts-errors": 1 },