Skip to content

Commit 8d207e6

Browse files
Merge pull request #3275 from PowerShell/andschwa/vsce-update
Update vsce to 1.87.1
2 parents 40762ba + dae8ed2 commit 8d207e6

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"sinon": "~10.0.0",
7373
"tslint": "~6.1.3",
7474
"typescript": "~4.2.3",
75-
"vsce": "~1.85.1",
75+
"vsce": "~1.87.1",
7676
"vscode-test": "~1.5.2"
7777
},
7878
"extensionDependencies": [

vscode-powershell.build.ps1

Lines changed: 1 addition & 1 deletion
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)