Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
fix(sqs): implement message grouping settings (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
MickVanDuijn authored Jan 2, 2024
1 parent 7c4660d commit 8c9f9f6
Show file tree
Hide file tree
Showing 3 changed files with 795 additions and 994 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"typescript.inlayHints.parameterNames.suppressWhenArgumentMatchesName": true,
"typescript.referencesCodeLens.enabled": true,
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.preferences.autoImportFileExcludePatterns": ["**/index.ts"],
"debug.javascript.terminalOptions": {
"skipFiles": ["<node_internals>/**"],
"sourceMaps": true,
Expand Down
Loading

0 comments on commit 8c9f9f6

Please sign in to comment.