superlint/.devcontainer/devcontainer.json

11 lines
226 B
JSON
Raw Normal View History

{
"name": "Super-Linter",
2020-11-05 17:21:41 -05:00
"context": "..",
"image": "ghcr.io/super-linter/super-linter:latest",
2020-11-05 17:21:41 -05:00
"extensions": [
"github.vscode-pull-request-github",
"rogalmic.bash-debug",
"EditorConfig.EditorConfig"
2020-11-05 17:21:41 -05:00
]
}