Skip to content

Commit 96f9148

Browse files
committed
Fix use of vsce package after update
Upstream made a breaking change by introducing a dash into the option.
1 parent b7de9b6 commit 96f9148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vscode-powershell.build.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ task Package UpdateReadme, {
181181
}
182182

183183
Write-Host "`n### Packaging PowerShell-insiders.vsix`n" -ForegroundColor Green
184-
exec { & node ./node_modules/vsce/out/vsce package --noGitHubIssueLinking }
184+
exec { & node ./node_modules/vsce/out/vsce package --no-gitHubIssueLinking }
185185

186186
# Change the package to have a static name for automation purposes
187187
Move-Item -Force .\$($script:PackageJson.name)-$($script:PackageJson.version).vsix .\PowerShell-insiders.vsix

0 commit comments

Comments
 (0)