Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
DawallAZllon91 authored Sep 10, 2024
1 parent 68b6698 commit 6ec40a7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"amodio.tsl-problem-matcher",
"editorconfig.editorconfig",
"esbenp.prettier-vscode",
"graphql.vscode-graphql"
"graphql.vscode-graphql",
"amazonwebservices.amazon-q-vscode"
]
}
9 changes: 8 additions & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"reveal": "never"
},
"group": {
"kind": "build",
"kind": "build"
}
},
{
Expand All @@ -42,6 +42,13 @@
"$ts-checker-webpack"
],
"group": "build"
},
{
"type": "markdownlint",
"problemMatcher": [
"$markdownlint"
],
"label": "markdownlint: Lint all Markdown files in the workspace with markdownlint"
}
]
}

0 comments on commit 6ec40a7

Please sign in to comment.