Skip to content

Commit be8f0c2

Browse files
committed
Update the error message to include "(CWC)" in the extension name
1 parent 5d5c01c commit be8f0c2

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
@@ -189,7 +189,7 @@ export class WebSocketManager {
189189
this.should_reconnect = false
190190
this.client?.close()
191191
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.'
192+
'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.'
193193
)
194194
}
195195
}

0 commit comments

Comments
 (0)