Skip to content

Commit 1bfdc90

Browse files
authored
Better message when WebSocket Terminal can't be started (#1293)
1 parent 2872eb1 commit 1bfdc90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/commands/webSocketTerminal.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ class WebSocketTerminal implements vscode.Pseudoterminal {
170170
outputChannel.appendLine(
171171
typeof error == "string" ? error : error instanceof Error ? error.message : JSON.stringify(error)
172172
);
173+
outputChannel.appendLine("Check that the InterSystems server's web server supports WebSockets.");
173174
outputChannel.show(true);
174175
vscode.window.showErrorMessage(
175176
"Failed to initialize WebSocket Terminal. Check 'ObjectScript' Output channel for details.",

0 commit comments

Comments
 (0)