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
Copy file name to clipboardExpand all lines: src/vscode-dts/vscode.proposed.terminalShellIntegration.d.ts
+1
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ declare module 'vscode' {
22
22
* fired.
23
23
* - It may be inaccurate initially if the command line is pulled from the buffer directly
24
24
* via the [`OSC 633/133 ; A`, `B` and `C` sequences](https://code.visualstudio.com/docs/terminal/shell-integration#_vs-code-custom-sequences-osc-633-st).
25
+
* - It may contain line continuation characters and/or parts of the right prompt.
25
26
* - It may be inaccurate if the shell integration does not support command line reporting
26
27
* via the [`OSC 633 ; E` sequence](https://code.visualstudio.com/docs/terminal/shell-integration#_vs-code-custom-sequences-osc-633-st).
0 commit comments