Skip to content

Commit 88678d8

Browse files
committed
Fix path test
1 parent af72ade commit 88678d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/terminal/common/scripts/shellIntegration.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# ---------------------------------------------------------------------------------------------
55

66
# Prevent installing more than once per session
7-
if (Test-Path variable:global:Script:__VSCodeState.OriginalPrompt) {
7+
if (Test-Path variable:Script:__VSCodeState.OriginalPrompt) {
88
return;
99
}
1010

0 commit comments

Comments
 (0)