Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# PowerShell Extension Release History

## v2022.12.2-preview
### Tuesday, December 20, 2022

#### [vscode-powershell](https://github.com/PowerShell/vscode-powershell)

- 🐛 🛫 [vscode-powershell #4329](https://github.com/PowerShell/vscode-powershell/pull/4331) - Automatically find "PowerShell Daily" at its common path.

#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices) v3.7.2

- 🐛 🔍 [vscode-powershell #4174](https://github.com/PowerShell/PowerShellEditorServices/pull/1975) - Fix several bugs in the debugger.
- #️⃣ 🙏 [PowerShellEditorServices #1973](https://github.com/PowerShell/PowerShellEditorServices/pull/1973) - Update `Microsoft.PowerShell.SDK` with workaround.

## v2022.12.1
### Thursday, December 15, 2022

Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "powershell",
"displayName": "PowerShell",
"version": "2022.12.1",
"preview": false,
"name": "powershell-preview",
"displayName": "PowerShell Preview",
"version": "2022.12.2",
"preview": true,
"publisher": "ms-vscode",
"description": "Develop PowerShell modules, commands and scripts in Visual Studio Code!",
"description": "(Preview) Develop PowerShell modules, commands and scripts in Visual Studio Code!",
"engines": {
"vscode": "^1.67.0"
},
Expand All @@ -23,7 +23,7 @@
"PowerShell",
"pwsh"
],
"icon": "media/PowerShell_Icon.png",
"icon": "media/PowerShell_Preview_Icon.png",
"galleryBanner": {
"color": "#ACD1EC",
"theme": "light"
Expand Down