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
* The nonce to use to verify shell integration sequences are coming from a trusted source.
12470
-
* If your terminal implements [custom shell integration support](https://code.visualstudio.com/docs/terminal/shell-integration#_supported-escape-sequences)
12471
-
* this should be set to a random GUID and then passed along in the relevant sequences.
12470
+
* An example impact of UX of this is if the command line is reported with a nonce, it will
12471
+
* not need to verify with the user that the command line is correct before rerunning it
12472
+
* via the [shell integration command decoration](https://code.visualstudio.com/docs/terminal/shell-integration#_command-decorations-and-the-overview-ruler).
12473
+
*
12474
+
* This should be used if the terminal includes [custom shell integration support](https://code.visualstudio.com/docs/terminal/shell-integration#_supported-escape-sequences).
12475
+
* It should be set to a random GUID which will then set the `VSCODE_NONCE` environment
12476
+
* variable. Inside the shell, this should then be removed from the environment so as to
12477
+
* protect it from general access. Once that is done it can be passed through in the
* The nonce to use to verify shell integration sequences are coming from a trusted source.
12516
-
* If your terminal implements [custom shell integration support](https://code.visualstudio.com/docs/terminal/shell-integration#_supported-escape-sequences)
12517
-
* this should be set to a random GUID and then passed along in the relevant sequences.
12523
+
* An example impact of UX of this is if the command line is reported with a nonce, it will
12524
+
* not need to verify with the user that the command line is correct before rerunning it
12525
+
* via the [shell integration command decoration](https://code.visualstudio.com/docs/terminal/shell-integration#_command-decorations-and-the-overview-ruler).
12526
+
*
12527
+
* This should be used if the terminal includes [custom shell integration support](https://code.visualstudio.com/docs/terminal/shell-integration#_supported-escape-sequences).
12528
+
* It should be set to a random GUID. Inside the {@link Pseudoterminal} implementation, this value
12529
+
* can be passed through in the relevant sequences to make them trusted.
0 commit comments