VS Code Updates

This commit is contained in:
Nathan Nguyen
2025-01-13 14:00:53 -06:00
parent d56ccb4ac2
commit deb7264799

12
.vscode/tasks.json vendored Normal file
View 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"
}
]
}