Fix: update file path associations in VSCode settings for additional scripts
This commit is contained in:
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user