VS Code Updates
This commit is contained in:
12
.vscode/tasks.json
vendored
Normal file
12
.vscode/tasks.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"type": "markdownlint",
|
||||
"problemMatcher": [
|
||||
"$markdownlint"
|
||||
],
|
||||
"label": "markdownlint: Lint all Markdown files in the workspace with markdownlint"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user