From 1cbbe22dc1f9b939921980bd164227f1c3a9a6ad Mon Sep 17 00:00:00 2001 From: Slawomir Koszewski Date: Fri, 19 Dec 2025 11:03:45 +0100 Subject: [PATCH] Fix: correct file path associations in VSCode settings --- .vscode/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index d0655c8..41d0821 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,6 @@ { "files.associations": { - "/build": "shellscript", - "/azure-cli": "shellscript" + "./build": "shellscript", + "./azure-cli": "shellscript" } } \ No newline at end of file