Fix: correct file path associations in VSCode settings

This commit is contained in:
2025-12-19 11:03:45 +01:00
parent 42c2dd933c
commit 1cbbe22dc1

View File

@@ -1,6 +1,6 @@
{
"files.associations": {
"/build": "shellscript",
"/azure-cli": "shellscript"
"./build": "shellscript",
"./azure-cli": "shellscript"
}
}