superlint/.devcontainer/devcontainer.json
2020-11-05 23:21:41 +01:00

12 lines
244 B
JSON

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