Skip to content

Commit 84b537e

Browse files
committed
fix(amazonq): dispose contextCommandProvider
1 parent 98aa254 commit 84b537e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/aws-lsp-codewhisperer/src/shared/localProjectContextController.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ export class LocalProjectContextController {
8282
await this._vecLib?.clear?.()
8383
this._vecLib = undefined
8484
}
85+
this.contextCommandsProvider?.dispose()
8586
}
8687

8788
public getRootDirectory() {

0 commit comments

Comments
 (0)