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 0817b96 commit 47b3521Copy full SHA for 47b3521
src/vs/platform/terminal/common/xterm/shellIntegrationAddon.ts
@@ -94,7 +94,7 @@ const enum VSCodeOscPt {
94
*
95
* The command line can escape ascii characters using the `\xAB` format, where AB are the
96
* 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
+ * character using `\\`. It's required to escape semi-colon (`0x3b`) and characters 0x20 and
98
* below, this is particularly important for new line and semi-colon.
99
100
* Some examples:
0 commit comments