superlint/.devcontainer/devcontainer.json
2020-06-26 13:59:34 -05:00

12 lines
231 B
JSON

{
"name": "SUPER-LINTER",
"context": "..",
"dockerFile": "..//Dockerfile",
"settings": {
"terminal.integrated.shell.linux": "/bin/bash"
},
"extensions": [
"github.vscode-pull-request-github",
"rogalmic.bash-debug"
]
}