Fix: update file path associations in VSCode settings for additional scripts

This commit is contained in:
Sławomir Koszewski
2025-12-19 16:07:56 +01:00
parent 1cbbe22dc1
commit 4de8cc79f2

View File

@@ -1,6 +1,8 @@
{ {
"files.associations": { "files.associations": {
"./build": "shellscript", "./build": "shellscript",
"./azure-cli": "shellscript" "./azure-cli": "shellscript",
"./link-to-bin": "shellscript",
"./entrypoint.sh": "shellscript"
} }
} }