Skip to content

Commit 0dceb03

Browse files
authored
Adopt HasRichCommandDetection sequence (#1506)
1 parent a9f5cbd commit 0dceb03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/webSocketTerminal.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ class WebSocketTerminal implements vscode.Pseudoterminal {
221221
return;
222222
}
223223
// Set terminal properties
224-
this._hideCursorWrite("\x1b]633;P;IsWindows=False\x07");
224+
this._hideCursorWrite("\x1b]633;P;HasRichCommandDetection=True\x07");
225225
// Print the opening message
226226
this._hideCursorWrite(
227227
`\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`

0 commit comments

Comments
 (0)