Skip to content

Commit f1f46ca

Browse files
authored
[Ignore] Update vsce to use auto link opt out (#2500)
1 parent fadc480 commit f1f46ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"sinon": "~9.0.0",
6767
"tslint": "~6.0.0",
6868
"typescript": "~3.5.3",
69-
"vsce": "~1.64.0",
69+
"vsce": "~1.74.0",
7070
"vscode-test": "~1.3.0"
7171
},
7272
"extensionDependencies": [

vscode-powershell.build.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ task Package UpdateReadme, {
187187
}
188188

189189
Write-Host "`n### Packaging PowerShell-insiders.vsix`n" -ForegroundColor Green
190-
exec { & node ./node_modules/vsce/out/vsce package }
190+
exec { & node ./node_modules/vsce/out/vsce package --noGitHubIssueLinking }
191191

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

0 commit comments

Comments
 (0)