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 5d5c01c commit be8f0c2Copy full SHA for be8f0c2
1 file changed
packages/vscode/src/services/websocket-manager.ts
@@ -189,7 +189,7 @@ export class WebSocketManager {
189
this.should_reconnect = false
190
this.client?.close()
191
vscode.window.showErrorMessage(
192
- 'A newer version of the Code Web Chat extension is running in some other window, please open command palette and run: Restart Extension Host.'
+ 'A newer version of the Code Web Chat (CWC) extension is running in some other window, please open command palette and run: Restart Extension Host.'
193
)
194
}
195
0 commit comments