mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-25 02:01:02 -05:00
Fix: Add proper shell and bash debugging extension
This commit is contained in:
parent
66983a8706
commit
7d95b48a05
1 changed files with 4 additions and 2 deletions
|
@ -11,11 +11,13 @@
|
||||||
|
|
||||||
// Set *default* container specific settings.json values on container create.
|
// Set *default* container specific settings.json values on container create.
|
||||||
"settings": {
|
"settings": {
|
||||||
"terminal.integrated.shell.linux": null
|
"terminal.integrated.shell.linux": "/bin/ash"
|
||||||
},
|
},
|
||||||
|
|
||||||
// Add the IDs of extensions you want installed when the container is created.
|
// Add the IDs of extensions you want installed when the container is created.
|
||||||
"extensions": []
|
"extensions": [
|
||||||
|
"rogalmic.bash-debug"
|
||||||
|
]
|
||||||
|
|
||||||
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
||||||
// "forwardPorts": [],
|
// "forwardPorts": [],
|
||||||
|
|
Loading…
Reference in a new issue