You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`\x1b[32mConnected to \x1b[0m\x1b[4m${this._api.config.host}:${this._api.config.port}${this._api.config.pathPrefix}\x1b[0m\x1b[32m as \x1b[0m\x1b[3m${this._api.config.username}\x1b[0m\r\n\r\n`
223
+
`\x1b[32mConnected to \x1b[0m\x1b[4m${api.config.host}:${api.config.port}${api.config.pathPrefix}\x1b[0m\x1b[32m as \x1b[0m\x1b[3m${api.config.username}\x1b[0m\r\n\r\n`
228
224
);
229
225
// Add event handlers to the socket
230
226
this._socket
@@ -289,7 +285,7 @@ class WebSocketTerminal implements vscode.Pseudoterminal {
289
285
JSON.stringify({
290
286
type: "config",
291
287
// Start in the current namespace
292
-
namespace: this._api.ns,
288
+
namespace: api.ns,
293
289
// Have the server send ANSI escape codes since we can print them
294
290
rawMode: false,
295
291
})
@@ -755,7 +751,7 @@ function terminalConfigForUri(
0 commit comments