Skip to content

Commit 47b3521

Browse files
Tyriarpfitzseb
andauthored
Update src/vs/platform/terminal/common/xterm/shellIntegrationAddon.ts
Co-authored-by: Sebastian Pfitzner <[email protected]>
1 parent 0817b96 commit 47b3521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/platform/terminal/common/xterm/shellIntegrationAddon.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ const enum VSCodeOscPt {
9494
*
9595
* The command line can escape ascii characters using the `\xAB` format, where AB are the
9696
* hexadecimal representation of the character code (case insensitive), and escape the `\`
97-
* character using `\\`. It's recommended to escape semi-colon (`0x3b`) and charcaters 0x20 and
97+
* character using `\\`. It's required to escape semi-colon (`0x3b`) and characters 0x20 and
9898
* below, this is particularly important for new line and semi-colon.
9999
*
100100
* Some examples:

0 commit comments

Comments
 (0)