|
1 | 1 | # vscode-powershell Release History
|
2 | 2 |
|
| 3 | +## 0.10.1 |
| 4 | +### Thursday, March 16, 2017 |
| 5 | + |
| 6 | +#### Fixes and improvements |
| 7 | + |
| 8 | +- Fixed [#566](https://github.com/PowerShell/vscode-powershell/issues/566) - |
| 9 | + Enable editor IntelliSense while stopped at a breakpoint |
| 10 | +- Fixed [#556](https://github.com/PowerShell/vscode-powershell/issues/556) - |
| 11 | + Running and debugging scripts in the integrated console should not steal focus from the editor |
| 12 | +- Fixed [#543](https://github.com/PowerShell/vscode-powershell/issues/543) - |
| 13 | + Keyboard input using <kbd>AltGr</kbd> <kbd>Ctrl+Alt</kbd> modifiers does not work |
| 14 | +- Fixed [#421](https://github.com/PowerShell/vscode-powershell/issues/421) - |
| 15 | + Session startup should give a helpful error message if ConstrainedLanguage mode is turned on |
| 16 | +- Fixed [#401](https://github.com/PowerShell/vscode-powershell/issues/401) - |
| 17 | + Session startup should indicate if current PowerShell version is unsupported (PSv1 and v2) |
| 18 | +- Fixed [#454](https://github.com/PowerShell/vscode-powershell/issues/454) - |
| 19 | + ExecutionPolicy set via group policy or registry key should not cause language server to crash |
| 20 | +- Fixed [#532](https://github.com/PowerShell/vscode-powershell/issues/532) - |
| 21 | + DEVPATH environment variable not being set for interactive console session |
| 22 | +- Fixed [PowerShellEditorServices #387](https://github.com/PowerShell/PowerShellEditorServices/issues/387) - |
| 23 | + Write-(Warning, Verbose, Debug) are missing message prefixes and foreground colors |
| 24 | +- Fixed [PowerShellEditorServices #382](https://github.com/PowerShell/PowerShellEditorServices/issues/382) - |
| 25 | + PSHostUserInterface implementation should set SupportsVirtualTerminal to true |
| 26 | + |
3 | 27 | ## 0.10.0
|
4 | 28 | ### Tuesday, March 14, 2017
|
5 | 29 |
|
|
0 commit comments