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 af72ade commit 88678d8Copy full SHA for 88678d8
src/vs/workbench/contrib/terminal/common/scripts/shellIntegration.psm1
@@ -4,7 +4,7 @@
4
# ---------------------------------------------------------------------------------------------
5
6
# Prevent installing more than once per session
7
-if (Test-Path variable:global:Script:__VSCodeState.OriginalPrompt) {
+if (Test-Path variable:Script:__VSCodeState.OriginalPrompt) {
8
return;
9
}
10
0 commit comments