From c3e6979ab27fc23f2a6609fb109001d77c2c5134 Mon Sep 17 00:00:00 2001 From: Indigo5684 <159226326+Indigo5684@users.noreply.github.com> Date: Tue, 30 Sep 2025 13:19:30 -0500 Subject: [PATCH] VS Code Updates --- .vscode/tasks.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .vscode/tasks.json diff --git a/.vscode/tasks.json b/.vscode/tasks.json new file mode 100644 index 0000000..22fd8dc --- /dev/null +++ b/.vscode/tasks.json @@ -0,0 +1,12 @@ +{ + "version": "2.0.0", + "tasks": [ + { + "type": "markdownlint", + "problemMatcher": [ + "$markdownlint" + ], + "label": "markdownlint: Lint all Markdown files in the workspace with markdownlint" + } + ] +} \ No newline at end of file