From 4de8cc79f2e7786edf55ac88a879724b19ce0435 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C5=82awomir=20Koszewski?= Date: Fri, 19 Dec 2025 16:07:56 +0100 Subject: [PATCH] Fix: update file path associations in VSCode settings for additional scripts --- .vscode/settings.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 41d0821..1a567e8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,8 @@ { "files.associations": { "./build": "shellscript", - "./azure-cli": "shellscript" + "./azure-cli": "shellscript", + "./link-to-bin": "shellscript", + "./entrypoint.sh": "shellscript" } } \ No newline at end of file