diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 9bf148a47..5df5cf6a6 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -5,6 +5,7 @@ "amodio.tsl-problem-matcher", "editorconfig.editorconfig", "esbenp.prettier-vscode", - "graphql.vscode-graphql" + "graphql.vscode-graphql", + "amazonwebservices.amazon-q-vscode" ] } \ No newline at end of file diff --git a/.vscode/tasks.json b/.vscode/tasks.json index c41e7113f..23c2dcb95 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -15,7 +15,7 @@ "reveal": "never" }, "group": { - "kind": "build", + "kind": "build" } }, { @@ -42,6 +42,13 @@ "$ts-checker-webpack" ], "group": "build" + }, + { + "type": "markdownlint", + "problemMatcher": [ + "$markdownlint" + ], + "label": "markdownlint: Lint all Markdown files in the workspace with markdownlint" } ] } \ No newline at end of file