mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 01:05:54 -05:00
e7b7340a88
* Update and clean up - Use current hyperlinks. - Remove redundant explanation and refer to official docs, now dev containers have gained maturity. * Update and clean up - Spell project name more correctly. - Normalize `Dockerfile` path. - Remove deprecated setting, leave it to the defaults. - Add the EditorConfig extension, since the project uses it already and the functionality is quite critical for contribution.
10 lines
204 B
JSON
10 lines
204 B
JSON
{
|
|
"name": "Super-Linter",
|
|
"context": "..",
|
|
"dockerFile": "../Dockerfile",
|
|
"extensions": [
|
|
"github.vscode-pull-request-github",
|
|
"rogalmic.bash-debug",
|
|
"EditorConfig.EditorConfig"
|
|
]
|
|
}
|