Skip to content

Commit 02bd4d0

Browse files
Merge pull request #4326 from PowerShell/release
Release `v2022.12.1-preview`
2 parents bc4d6a0 + 32fcf9e commit 02bd4d0

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

.vsts-ci/templates/ci-general.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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!",

0 commit comments

Comments
 (0)