|
1 | 1 | # PowerShell Extension Release History
|
2 | 2 |
|
| 3 | +## v2022.9.1-preview |
| 4 | +### Wednesday, September 28, 2022 |
| 5 | + |
| 6 | +#### [vscode-powershell](https://github.com/PowerShell/vscode-powershell) |
| 7 | + |
| 8 | +- ✨ 📺 [vscode-powershell #3954](https://github.com/PowerShell/vscode-powershell/pull/4187) - Re-implement indicator when running registered editor commands. |
| 9 | +- 🐛 🔍 [vscode-powershell #4185](https://github.com/PowerShell/vscode-powershell/pull/4186) - Only check a script's extension if a script was given. |
| 10 | + |
| 11 | +#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices) v3.5.3 |
| 12 | + |
| 13 | +- ✨ 🙏 [PowerShellEditorServices #1924](https://github.com/PowerShell/PowerShellEditorServices/pull/1924) - Re-implement indicator when running registered editor commands. |
| 14 | + |
| 15 | +## v2022.9.0-preview |
| 16 | +### Tuesday, September 27, 2022 |
| 17 | + |
| 18 | +#### [vscode-powershell](https://github.com/PowerShell/vscode-powershell) |
| 19 | + |
| 20 | +- 🐛 🔍 [vscode-powershell #4082](https://github.com/PowerShell/vscode-powershell/pull/4172) - Refactor the debug launch configuration resolvers. |
| 21 | +- 🐛 📁 [vscode-powershell #4163](https://github.com/PowerShell/vscode-powershell/pull/4171) - Fix incorrect docstring for `powershell.cwd`. |
| 22 | +- #️⃣ 🙏 [vscode-powershell #4170](https://github.com/PowerShell/vscode-powershell/pull/4170) - Add setting to only analyze open documents for references. |
| 23 | +- 🐛 🛫 [vscode-powershell #4160](https://github.com/PowerShell/vscode-powershell/pull/4161) - Lock `SessionManager.start()` so only one session is started. |
| 24 | +- ✨ 🔧 [vscode-powershell #4139](https://github.com/PowerShell/vscode-powershell/pull/4139) - Add setting to control the references code lens. |
| 25 | + |
| 26 | +#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices) v3.5.2 |
| 27 | + |
| 28 | +- 🐛 🛫 [vscode-powershell #4048](https://github.com/PowerShell/PowerShellEditorServices/pull/1918) - Created a nested PowerShell for the top-level loop. |
| 29 | +- #️⃣ 🙏 [PowerShellEditorServices #1917](https://github.com/PowerShell/PowerShellEditorServices/pull/1917) - Overhaul workspace search for symbol references. |
| 30 | +- ✨ 🚨 [PowerShellEditorServices #1914](https://github.com/PowerShell/PowerShellEditorServices/pull/1914) - Add regression tests for F5 and F8 saving to history. |
| 31 | +- ✨ 🙏 [PowerShellEditorServices #1900](https://github.com/PowerShell/PowerShellEditorServices/pull/1900) - Add setting to control references code lens. |
| 32 | + |
3 | 33 | ## v2022.8.5
|
4 | 34 | ### Tuesday, August 30, 2022
|
5 | 35 |
|
|
0 commit comments