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 e306e5a commit 9d58ca6Copy full SHA for 9d58ca6
src/vs/workbench/contrib/terminal/browser/media/shellIntegration.ps1
@@ -22,7 +22,7 @@ $Nonce = $env:VSCODE_NONCE
22
$env:VSCODE_NONCE = $null
23
24
$osVersion = [System.Environment]::OSVersion.Version
25
-$isWindows10 = $osVersion.Major -eq 10 -and $osVersion.Minor -eq 0 -and $osVersion.Build -lt 22000
+$isWindows10 = $IsWindows10 -and $osVersion.Major -eq 10 -and $osVersion.Minor -eq 0 -and $osVersion.Build -lt 22000
26
27
if ($env:VSCODE_ENV_REPLACE) {
28
$Split = $env:VSCODE_ENV_REPLACE.Split(":")
0 commit comments