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:
41
41
archiveFilePatterns : $(Pipeline.Workspace)/PowerShellEditorServices.zip
42
42
destinationFolder : $(Build.SourcesDirectory)/vscode-powershell/modules
43
43
44
+ - task : NodeTool@0
45
+ displayName : Install Node.js
46
+ inputs :
47
+ versionSpec : 16.x
48
+
44
49
- task : UseDotNet@2
45
50
condition : not(${{ parameters.usePipelineArtifact }})
46
51
displayName : Install .NET 7.0.x SDK
Original file line number Diff line number Diff line change 1
1
# PowerShell Extension Release History
2
2
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
+
3
15
## v2022.12.0-preview
4
16
### Tuesday, December 06, 2022
5
17
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " powershell-preview" ,
3
3
"displayName" : " PowerShell Preview" ,
4
- "version" : " 2022.12.0 " ,
4
+ "version" : " 2022.12.1 " ,
5
5
"preview" : true ,
6
6
"publisher" : " ms-vscode" ,
7
7
"description" : " (Preview) Develop PowerShell modules, commands and scripts in Visual Studio Code!" ,
You can’t perform that action at this time.
0 commit comments