File tree Expand file tree Collapse file tree 3 files changed +18
-1
lines changed
Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,11 @@ steps:
4141 archiveFilePatterns : $(Pipeline.Workspace)/PowerShellEditorServices.zip
4242 destinationFolder : $(Build.SourcesDirectory)/vscode-powershell/modules
4343
44+ - task : NodeTool@0
45+ displayName : Install Node.js
46+ inputs :
47+ versionSpec : 16.x
48+
4449- task : UseDotNet@2
4550 condition : not(${{ parameters.usePipelineArtifact }})
4651 displayName : Install .NET 7.0.x SDK
Original file line number Diff line number Diff line change 11# PowerShell Extension Release History
22
3+ ## v2022.12.1-preview
4+ ### Monday, December 12, 2022
5+
6+ #### [ vscode-powershell] ( https://github.com/PowerShell/vscode-powershell )
7+
8+ - ✨ 🔧 [ vscode-powershell #4315 ] ( https://github.com/PowerShell/vscode-powershell/pull/4320 ) - Enhance (and correct) our settings' descriptions using markdown.
9+ - 🐛 ✂️ [ vscode-powershell #3964 ] ( https://github.com/PowerShell/vscode-powershell/pull/4311 ) - Fix ` try-catch ` snippet (missing a ` $ ` ).
10+
11+ #### [ PowerShellEditorServices] ( https://github.com/PowerShell/PowerShellEditorServices ) v3.7.1
12+
13+ - 🐛 🚂 [ vscode-powershell #4212 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1970 ) - Fix ` ShowHelpHandler ` by running with ` RequiresForeground ` .
14+
315## v2022.12.0-preview
416### Tuesday, December 06, 2022
517
Original file line number Diff line number Diff line change 11{
22 "name" : " powershell-preview" ,
33 "displayName" : " PowerShell Preview" ,
4- "version" : " 2022.12.0 " ,
4+ "version" : " 2022.12.1 " ,
55 "preview" : true ,
66 "publisher" : " ms-vscode" ,
77 "description" : " (Preview) Develop PowerShell modules, commands and scripts in Visual Studio Code!" ,
You can’t perform that action at this time.
0 commit comments