File tree Expand file tree Collapse file tree 2 files changed +24
-3
lines changed Expand file tree Collapse file tree 2 files changed +24
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments