File tree
Expand file treeCollapse file tree2 files changed
+22
-1
lines changed Expand file treeCollapse file tree2 files changed
+22
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
|
1 | 1 | # PowerShell Extension Release History
|
2 | 2 |
|
| 3 | +## v2025.0.0 |
| 4 | +### Tuesday, January 21, 2025 |
| 5 | + |
| 6 | +With PowerShell Editor Services [v4.2.0](https://.com/PowerShell/PowerShellEditorServices/releases/tag/v4.2.0)! |
| 7 | + |
| 8 | +New Year Update! |
| 9 | + |
| 10 | +PowerShell 7.4+ and Windows PowerShell 5.1 (on a best-effort basis) |
| 11 | +are now solely supported as 7.3 LTS and 7.2 are past end-of-support. |
| 12 | + |
| 13 | +A major bug due to a Global Assembly Cache conflict with Serilog |
| 14 | +when using Windows PowerShell has been resolved by removing the |
| 15 | +troublesome dependency. This also came with a wonderful logging |
| 16 | +overhaul for both the server and client. Thanks Justin! |
| 17 | + |
| 18 | +Dependencies and VS Code engine have been updated. Snippets fixed. |
| 19 | +Extension settings are now categorized. Additional PowerShell |
| 20 | +executable path verification fixed. |
| 21 | + |
| 22 | +See more details at the Release for [v2025.0.0](https://.com/PowerShell/vscode-powershell/releases/tag/v2025.0.0). |
| 23 | + |
3 | 24 | ## v2025.1.0-preview
|
4 | 25 | ### Thursday, January 16, 2025
|
5 | 26 |
|
|
Original file line number | Diff line number | Diff line change |
---|
|
1 | 1 | {
|
2 | 2 | "name": "powershell",
|
3 | 3 | "displayName": "PowerShell",
|
4 |
| -"version": "2025.1.0", |
| 4 | +"version": "2025.0.0", |
5 | 5 | "preview": false,
|
6 | 6 | "publisher": "ms-vscode",
|
7 | 7 | "description": "Develop PowerShell modules, commands and scripts in Visual Studio Code!",
|
|
You can’t perform that action at this time.
0 commit comments