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 02198db commit b88506eCopy full SHA for b88506e
vscode-powershell.build.ps1
@@ -109,7 +109,7 @@ task BuildEditorServices {
109
task BuildAll BuildEditorServices, Build -Before Package
110
111
task Test Build, {
112
- if (!$global:IsLinux -and !$global:IsOSX) {
+ if (!$global:IsLinux -and !$global:IsMacOS) {
113
Write-Host "`n### Running extension tests" -ForegroundColor Green
114
exec { & npm run test }
115
}
0 commit comments