Added folder settings for VS Code.

This commit is contained in:
2025-12-15 08:01:39 +01:00
parent a97dbbc285
commit f2be3898ff

6
.vscode/settings.json vendored Normal file
View File

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