superlint/.devcontainer/devcontainer.json
2021-09-07 09:34:09 -05:00

10 lines
220 B
JSON

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