We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 877bbb5 commit 841355bCopy full SHA for 841355b
packages/amazonq/src/autoDebug/constants.ts
@@ -10,7 +10,7 @@ export const autoDebugRetryConfig = {
10
/**
11
* Maximum number of attempts to connect AutoDebug feature to language client
12
*/
13
- MAXAttempts: 5,
+ maxAttempts: 5,
14
15
16
* Initial delay in milliseconds before first retry attempt
0 commit comments