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 0caea66 commit 1702adfCopy full SHA for 1702adf
1 file changed
packages/vscode/src/services/websocket-manager.ts
@@ -185,7 +185,7 @@ export class WebSocketManager {
185
this.should_reconnect = false
186
this.client?.close()
187
vscode.window.showErrorMessage(
188
- '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.'
+ 'CWC has been updated. Open the command palette and type "Reload Window" to load the latest version in this workspace.'
189
)
190
}
191
0 commit comments