|
1 | 1 | # PowerShell Extension Release History
|
2 | 2 |
|
| 3 | +## v2023.1.0 |
| 4 | +### Wednesday, January 18, 2023 |
| 5 | + |
| 6 | +First stable release for the new year, includes a multitude of fixes for the debugger! |
| 7 | +Expanding variables with properties that are inaccessible no longer causes a short-circuit |
| 8 | +preventing the rest of the properties from being expanded, variable values whose expansion |
| 9 | +results in PowerShell code being executed now works as expected, and in general all the |
| 10 | +correct properties are now present. We look forward to adding the ability to view static |
| 11 | +and private fields in a future update. |
| 12 | + |
| 13 | +#### [vscode-powershell](https://github.com/PowerShell/vscode-powershell) |
| 14 | + |
| 15 | +- 🐛 👷 [vscode-powershell #4357](https://github.com/PowerShell/vscode-powershell/pull/4357) - Fix `@vscode/vsce` dependency after its rename. |
| 16 | +- 🐛 ✂️ [vscode-powershell #4346](https://github.com/PowerShell/vscode-powershell/pull/4347) - Fix class snippet (unnecessary space between `<` and `#`). (Thanks @ALiwoto!) |
| 17 | +- 🐛 🛫 [vscode-powershell #4329](https://github.com/PowerShell/vscode-powershell/pull/4331) - Automatically find "PowerShell Daily" at its common path. |
| 18 | + |
| 19 | +#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices) v3.7.3 |
| 20 | + |
| 21 | +- 🐛 🚂 [vscode-powershell #4343](https://github.com/PowerShell/PowerShellEditorServices/pull/1982) - Update VS Code shell integration script. |
| 22 | +- ✨ 🙏 [PowerShellEditorServices #1981](https://github.com/PowerShell/PowerShellEditorServices/pull/1981) - Make `Set-ScriptExtent` not slow. |
| 23 | +- 🐛 🙏 [PowerShellEditorServices #1959](https://github.com/PowerShell/PowerShellEditorServices/pull/1980) - Use an empty array instead of `null`. |
| 24 | +- 🐛 🔍 [vscode-powershell #4174](https://github.com/PowerShell/PowerShellEditorServices/pull/1975) - Fix several bugs in the debugger. |
| 25 | +- #️⃣ 🙏 [PowerShellEditorServices #1973](https://github.com/PowerShell/PowerShellEditorServices/pull/1973) - Update `Microsoft.PowerShell.SDK` with workaround. |
| 26 | + |
3 | 27 | ## v2023.1.0-preview
|
4 | 28 | ### Wednesday, January 04, 2023
|
5 | 29 |
|
6 | 30 | #### [vscode-powershell](https://github.com/PowerShell/vscode-powershell)
|
7 | 31 |
|
8 | 32 | - 🐛 👷 [vscode-powershell #4357](https://github.com/PowerShell/vscode-powershell/pull/4357) - Fix `@vscode/vsce` dependency after its rename.
|
9 |
| -- 🐛 ✂️ [vscode-powershell #4346](https://github.com/PowerShell/vscode-powershell/pull/4347) - fix class snippet (unnecessary space between `<` and `#`). (Thanks @ALiwoto!) |
| 33 | +- 🐛 ✂️ [vscode-powershell #4346](https://github.com/PowerShell/vscode-powershell/pull/4347) - Fix class snippet (unnecessary space between `<` and `#`). (Thanks @ALiwoto!) |
10 | 34 |
|
11 | 35 | #### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices) v3.7.3
|
12 | 36 |
|
|
0 commit comments