feat: add VSCode settings for shell script association with start-azurite

This commit is contained in:
2026-03-21 19:01:00 +01:00
parent 6822c65a7a
commit 241f70cb22

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

@@ -0,0 +1,5 @@
{
"files.associations": {
"start-azurite": "shellscript"
}
}