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 13b4306 commit e93e8a4Copy full SHA for e93e8a4
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