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 3250374 commit 28bb1b6Copy full SHA for 28bb1b6
packages/core/src/amazonqDoc/session/sessionState.ts
@@ -92,6 +92,7 @@ export class DocCodeGenState extends BaseCodeGenState {
92
}
93
94
protected async startCodeGeneration(action: SessionStateAction, codeGenerationId: string): Promise<void> {
95
+ if (!action.tokenSource?.token.isCancellationRequested) {
96
;(action.messenger as DocMessenger).sendDocProgress(
97
this.tabID,
98
DocGenerationStep.SUMMARIZING_FILES,
0 commit comments