From 46f5a70c915c902e3f241bef8c7a9e7bf24ebe41 Mon Sep 17 00:00:00 2001 From: kastov Date: Mon, 13 Oct 2025 20:02:06 +0300 Subject: [PATCH] chore: update VSCode settings to disable makefile configuration on open --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 7931a7b3..99844768 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -76,5 +76,6 @@ "i18n-ally.extract.keyPrefix": "{fileNameWithoutExt}.", "github-actions.workflows.pinned.workflows": [ ".github/workflows/crowdin-sync.yml" - ] + ], + "makefile.configureOnOpen": false } \ No newline at end of file