superlint/.devcontainer/devcontainer.json

13 lines
231 B
JSON
Raw Normal View History

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