From 92f28325e10d9f665f8e69d67f73f3c0708ce9c8 Mon Sep 17 00:00:00 2001 From: Mopsgamer <79159094+Mopsgamer@users.noreply.github.com> Date: Fri, 13 Feb 2026 15:18:09 +0100 Subject: [PATCH] enable --- .vscode/settings.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index f2414aba..0873375e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -9,6 +9,5 @@ "dist": true // set this to false to include "dist" folder in search results }, // Turn off tsc task auto detection since we have the necessary tasks as npm scripts - "typescript.tsc.autoDetect": "off", - "vscord.enable": false + "typescript.tsc.autoDetect": "off" }