You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/amazonq/src/lsp/chat/webviewProvider.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -139,7 +139,7 @@ export class AmazonQChatViewProvider implements WebviewViewProvider {
139
139
const vscodeApi = acquireVsCodeApi()
140
140
const hybridChatConnector = new HybridChatAdapter(${(awaitAuthUtil.instance.getChatAuthState()).amazonQ==='connected'},${featureConfigData},${welcomeCount},${disclaimerAcknowledged},${regionProfileString},${disabledCommands},${isSMUS},${isSM},vscodeApi.postMessage)
0 commit comments