|
1 | 1 | # PowerShell Extension Release History
|
2 | 2 |
|
| 3 | +## v2022.8.0-preview |
| 4 | +### Wednesday, August 03, 2022 |
| 5 | + |
| 6 | +#### [vscode-powershell](https://github.com/PowerShell/vscode-powershell) |
| 7 | + |
| 8 | +- ✨ 📺 [vscode-powershell #4100](https://github.com/PowerShell/vscode-powershell/pull/4105) - Remove popup when extension updates. |
| 9 | +- 🐛 📁 [vscode-powershell #4102](https://github.com/PowerShell/vscode-powershell/pull/4104) - Fix edge case for workspaces defined with zero folders. |
| 10 | +- 🐛 📁 [vscode-powershell #4098](https://github.com/PowerShell/vscode-powershell/pull/4099) - Fix `checkIfDirectoryExists()` so `validateCwdSetting()` works. |
| 11 | +- ✨ 📟 [vscode-powershell #2523](https://github.com/PowerShell/vscode-powershell/pull/4096) - Don't hide extension terminal entirely. |
| 12 | + |
| 13 | +#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices) v3.4.8 |
| 14 | + |
| 15 | +- ✨ 🚨 [PowerShellEditorServices #1867](https://github.com/PowerShell/PowerShellEditorServices/pull/1867) - Add regression test for when `prompt` is undefined. |
| 16 | +- 🐛 🛫 [vscode-powershell #4073](https://github.com/PowerShell/PowerShellEditorServices/pull/1866) - Fix bug where error in `prompt` function crashed REPL. |
| 17 | +- #️⃣ 🙏 [vscode-powershell #2697](https://github.com/PowerShell/PowerShellEditorServices/pull/1864) - Use `HostInfo.BundledModulePath` to find PSScriptAnalyzer. |
| 18 | + |
3 | 19 | ## v2022.7.2
|
4 | 20 | ### Friday, July 29, 2022
|
5 | 21 |
|
|
0 commit comments