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 3b41a94 commit 246d4e9Copy full SHA for 246d4e9
tools/GitHubTools.psm1
@@ -431,8 +431,6 @@ function Get-GitCommit
431
$organization = $originDetails.Organization
432
$repository = $originDetails.Repository
433
434
- Wait-Debugger
435
-
436
Write-Verbose "Getting local git commit data"
437
438
$null = Exec { git fetch --all }
tools/changelog/updateChangelog.ps1
@@ -269,8 +269,6 @@ Write-Host "vscode-PowerShell CHANGELOG:`n`n$psextChangelogSection`n`n"
269
270
#region PRs
271
272
-return
273
274
# PSES PR
275
$cloneLocation = Join-Path ([System.IO.Path]::GetTempPath()) "${psesRepoName}_changelogupdate"
276
0 commit comments