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 b7afc17 commit 301bb33Copy full SHA for 301bb33
packages/amazonq/src/lsp/chat/autoDebug/lsp/autoDebugLspClient.ts
@@ -10,7 +10,7 @@ export class AutoDebugLspClient {
10
private static chatViewProvider: any // AmazonQChatViewProvider instance
11
12
/**
13
- * Sets the chat view provider instance (called during activation)
+ * Sets the chat view provider instance
14
*/
15
public static setChatViewProvider(provider: any): void {
16
AutoDebugLspClient.chatViewProvider = provider
0 commit comments