Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c2c841d

Browse files
Update CHANGELOG for v2022.3.0-preview
1 parent 82f1bb3 commit c2c841d

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

‎CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# PowerShell Extension Release History
22

3+
## v2022.3.0-preview
4+
### Thursday, March 10, 2022
5+
6+
#### [vscode-powershell](https://github.com/PowerShell/vscode-powershell)
7+
8+
- ✨ 📺 [vscode-powershell #2499](https://github.com/PowerShell/vscode-powershell/pull/3869) - Use Code's new Language Status API.
9+
- ✨ 📺 [vscode-powershell #3866](https://github.com/PowerShell/vscode-powershell/pull/3866) - Fix title of PowerShell Command Explorer pane.
10+
- ✨ 📺 [vscode-powershell #3865](https://github.com/PowerShell/vscode-powershell/pull/3865) - Replace custom graphics with updated Codicons.
11+
- ✨ 🔧 [vscode-powershell #3858](https://github.com/PowerShell/vscode-powershell/pull/3859) - Deprecate `promptToUpdatePackageManagement`.
12+
- 🐛 📟 [vscode-powershell #3360](https://github.com/PowerShell/vscode-powershell/pull/3854) - Use new `isTransient` API to prevent duplicate integrated consoles.
13+
- 🐛 🔍 [vscode-powershell #3259](https://github.com/PowerShell/vscode-powershell/pull/3852) - Fix Pester `Test/Debug` code lenses to now change directory.
14+
- ✨ ✂️ [vscode-powershell #3839](https://github.com/PowerShell/vscode-powershell/pull/3839) - Modernize built-in snippets. (Thanks @JustinGrote!)
15+
16+
#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices)
17+
18+
- ✨ 🧠 [vscode-powershell #3364](https://github.com/PowerShell/PowerShellEditorServices/pull/1738) - Improve completion logic (more icons!).
19+
- 🐛 🛫 [PowerShellEditorServices #1576](https://github.com/PowerShell/PowerShellEditorServices/pull/1735) - Remove `PackageManagement` module update prompt.
20+
- 🐛 📟 [PowerShellEditorServices #1734](https://github.com/PowerShell/PowerShellEditorServices/pull/1734) - Finish redirection of `$Host.PrivateData`.
21+
- 🐛 📟 [PowerShellEditorServices #1639](https://github.com/PowerShell/PowerShellEditorServices/pull/1732) - Redirect `PSHost.Notify*Application` methods.
22+
323
## v2022.2.2-preview
424
### Thursday, February 24, 2022
525

‎tools/ReleaseTools.psm1

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,10 @@ function Get-Bullets {
6262
'andschwa'
6363
'daxian-dbw'
6464
'PaulHigin'
65-
'rjmholt'
65+
'SeeminglyScience'
6666
'SteveL-MSFT'
67-
'TylerLeonhardt'
67+
'StevenBucher98'
68+
'SydneyhSmith'
6869
)
6970

7071
$IssueEmojis = @{
@@ -390,7 +391,7 @@ function New-ReleasePR {
390391
Use-Repository -RepositoryName $RepositoryName -Script {
391392
if ($PSCmdlet.ShouldProcess("$RepositoryName/release", "git push")) {
392393
Write-Host "Pushing release branch..."
393-
git push --set-upstream--force-with-lease origin release
394+
git push --force-with-lease origin release
394395
}
395396
}
396397

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /