Skip to content

Commit 1702adf

Browse files
committed
Update the extension update message to provide clearer instructions for reloading the workspace
1 parent 0caea66 commit 1702adf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/vscode/src/services/websocket-manager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ export class WebSocketManager {
185185
this.should_reconnect = false
186186
this.client?.close()
187187
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.'
188+
'CWC has been updated. Open the command palette and type "Reload Window" to load the latest version in this workspace.'
189189
)
190190
}
191191
}

0 commit comments

Comments
 (0)