superlint/.devcontainer/devcontainer.json

13 lines
244 B
JSON
Raw Normal View History

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