Skip to content

Commit b2969ff

Browse files
update to require problem matcher extension (aws#4729)
When we build locally this problem matcher helps the IDE detect that a webpack watch execution is finished so that the build scripts can progress. Signed-off-by: Nikolas Komonen <[email protected]>
1 parent 21b96fa commit b2969ff

File tree

5 files changed

+5
-16
lines changed

5 files changed

+5
-16
lines changed

.vscode/extensions.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"recommendations": ["amodio.tsl-problem-matcher", "dbaeumer.vscode-eslint"]
3+
}

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ To develop this project, install these dependencies:
2929
- [Git](https://git-scm.com/downloads)
3030
- (optional) Set `git blame` to ignore noise-commits: `git config blame.ignoreRevsFile .git-blame-ignore-revs`
3131
- [AWS `git secrets`](https://github.com/awslabs/git-secrets)
32-
- (required for Web mode) [TypeScript + Webpack Problem Matcher](https://marketplace.visualstudio.com/items?itemName=amodio.tsl-problem-matcher)
32+
- [TypeScript + Webpack Problem Matcher](https://marketplace.visualstudio.com/items?itemName=amodio.tsl-problem-matcher)
33+
- Not installing will result in the following error during building: `Error: Invalid problemMatcher reference: $ts-webpack-watch`
3334
- (optional) [AWS SAM CLI](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-install.html)
3435
- (optional) [Docker](https://docs.docker.com/get-docker/)
3536

packages/amazonq/.vscode/extensions.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/core/.vscode/extensions.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/toolkit/.vscode/extensions.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)