Fix: correct file path associations in VSCode settings
This commit is contained in:
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"files.associations": {
|
"files.associations": {
|
||||||
"/build": "shellscript",
|
"./build": "shellscript",
|
||||||
"/azure-cli": "shellscript"
|
"./azure-cli": "shellscript"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user