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 2872eb1 commit 1bfdc90Copy full SHA for 1bfdc90
src/commands/webSocketTerminal.ts
@@ -170,6 +170,7 @@ class WebSocketTerminal implements vscode.Pseudoterminal {
170
outputChannel.appendLine(
171
typeof error == "string" ? error : error instanceof Error ? error.message : JSON.stringify(error)
172
);
173
+ outputChannel.appendLine("Check that the InterSystems server's web server supports WebSockets.");
174
outputChannel.show(true);
175
vscode.window.showErrorMessage(
176
"Failed to initialize WebSocket Terminal. Check 'ObjectScript' Output channel for details.",
0 commit comments