Fix: Add proper shell and bash debugging extension

This commit is contained in:
Justin Grote 2020-06-19 15:09:52 +00:00
parent 66983a8706
commit 7d95b48a05

View file

@ -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": [],