From 1a9d7e42921d774ffd09a625386dcd76a9886dd2 Mon Sep 17 00:00:00 2001 From: darkeris345 Date: Thu, 16 Jan 2025 13:07:32 +0200 Subject: [PATCH] fix --- .vscode/settings.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index f6814b6..a300ab3 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,4 +6,9 @@ "search.exclude": { "out": true // set this to false to include "out" folder in search results }, + // Turn off tsc task auto detection since we have the necessary tasks as npm scripts + "typescript.tsc.autoDetect": "off", + "[typescript]" : { + "editor.defaultFormatter": "esbenp.prettier-vscode" + }, } \ No newline at end of file