|
1 | 1 | # PowerShell Preview Extension Release History
|
2 | 2 |
|
| 3 | +## v2020.3.0 |
| 4 | +### Thursday, March 12, 2020 |
| 5 | +#### [vscode-PowerShell](https://github.com/PowerShell/vscode-PowerShell) |
| 6 | + |
| 7 | +- ✨📺 [vscode-PowerShell #2503](https://github.com/PowerShell/vscode-powershell/pull/2503) - |
| 8 | + Pick up the PowerShell dotnet global tool as a PowerShell runtime. |
| 9 | +- 🐛🛫 [vscode-PowerShell #2491](https://github.com/PowerShell/vscode-powershell/pull/2498) - |
| 10 | + Fix a startup issue where console becomes unresponsive due to the client waiting for the terminal PID from VSCode. |
| 11 | +- 🐛👮 [vscode-PowerShell #2190](https://github.com/PowerShell/vscode-powershell/pull/2484) - |
| 12 | + Look for `PSScriptAnalyzerSettings.psd1` in the workspace root by default for script analysis, |
| 13 | + defaulting back to the default rules when not found. |
| 14 | +- 🧰 [vscode-PowerShell #2477](https://github.com/PowerShell/vscode-powershell/pull/2477) - |
| 15 | + Stop using the `caption` field on `powerShell/showChoicePrompt` messages, |
| 16 | + and instead display only the `message` field. |
| 17 | + |
| 18 | +#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices) |
| 19 | + |
| 20 | +- 🐛📟 [PowerShellEditorServices #1201](https://github.com/PowerShell/PowerShellEditorServices/pull/1201) - |
| 21 | + Fix newlines in error formatting. |
| 22 | +- 🐛👮 [vscode-PowerShell #2489](https://github.com/PowerShell/PowerShellEditorServices/pull/1206) - |
| 23 | + Fix PSScriptAnalyzer not using default rules when no settings file present. |
| 24 | +- 🐛📟 [vscode-PowerShell #2291](https://github.com/PowerShell/PowerShellEditorServices/pull/1207) - |
| 25 | + Fix `Read-Host` dropping characters. |
| 26 | +- 🐛📺 [vscode-PowerShell #2424](https://github.com/PowerShell/PowerShellEditorServices/pull/1209) - |
| 27 | + Fix `F8` not working repeatedly in an Interactive Debugging session. |
| 28 | +- 🐛🛫 [vscode-PowerShell #2404](https://github.com/PowerShell/PowerShellEditorServices/pull/1208) - |
| 29 | + Fix execution policy being set incorrectly at startup on Windows. |
| 30 | +- 🐛🧠 [vscode-PowerShell #2364](https://github.com/PowerShell/PowerShellEditorServices/pull/1210) - |
| 31 | + Fix intellisense and `F5` not working after debugging. |
| 32 | +- 🐛🧰 [vscode-PowerShell #2495](https://github.com/PowerShell/PowerShellEditorServices/pull/1211) - |
| 33 | + Fix PowerShellEditorServices.Commands module commands not working due to types being moved. |
| 34 | + |
3 | 35 | ## v2020.2.0
|
4 | 36 | ### Thursday, February 20, 2020
|
5 | 37 | #### [vscode-PowerShell](https://github.com/PowerShell/vscode-PowerShell)
|
|
0 commit comments