superlint/.devcontainer/devcontainer.json

13 lines
231 B
JSON
Raw Normal View History

{
"name": "SUPER-LINTER",
"context": "..",
2020-06-25 10:25:56 -05:00
"dockerFile": "..//Dockerfile",
"settings": {
"terminal.integrated.shell.linux": "/bin/bash"
},
"extensions": [
"github.vscode-pull-request-github",
"rogalmic.bash-debug"
2020-06-26 13:55:11 -05:00
]
}