File tree 2 files changed +24
-3
lines changed
2 files changed +24
-3
lines changed Original file line number Diff line number Diff line change 1
1
# PowerShell Extension Release History
2
2
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
+
3
23
## v2022.2.2-preview
4
24
### Thursday, February 24, 2022
5
25
Original file line number Diff line number Diff line change @@ -62,9 +62,10 @@ function Get-Bullets {
62
62
' andschwa'
63
63
' daxian-dbw'
64
64
' PaulHigin'
65
- ' rjmholt '
65
+ ' SeeminglyScience '
66
66
' SteveL-MSFT'
67
- ' TylerLeonhardt'
67
+ ' StevenBucher98'
68
+ ' SydneyhSmith'
68
69
)
69
70
70
71
$IssueEmojis = @ {
@@ -390,7 +391,7 @@ function New-ReleasePR {
390
391
Use-Repository - RepositoryName $RepositoryName - Script {
391
392
if ($PSCmdlet.ShouldProcess (" $RepositoryName /release" , " git push" )) {
392
393
Write-Host " Pushing release branch..."
393
- git push -- set-upstream -- force- with- lease origin release
394
+ git push -- force- with- lease origin release
394
395
}
395
396
}
396
397
You can’t perform that action at this time.
0 commit comments