|
1 | 1 | # PowerShell Editor Services Release History
|
2 | 2 |
|
| 3 | +## 0.11.0 |
| 4 | +### Wednesday, March 22, 2017 |
| 5 | + |
| 6 | +#### Fixes and improvements |
| 7 | + |
| 8 | +- Added [PowerShell/vscode-powershell#583](https://github.com/PowerShell/vscode-powershell/issues/583) - |
| 9 | + When you open files in a remote PowerShell session with the `psedit` command, |
| 10 | + their updated contents are now saved back to the remote machine when you save |
| 11 | + them in the editor. |
| 12 | +- Added [PowerShell/vscode-powershell#540](https://github.com/PowerShell/vscode-powershell/issues/540) - |
| 13 | + The scripts that you debug are now dot-sourced into the integrated console's |
| 14 | + session, allowing you to experiment with the results of your last execution. |
| 15 | +- Added [PowerShell/vscode-powershell#600](https://github.com/PowerShell/vscode-powershell/issues/600) - |
| 16 | + Debugger commands like `stepInto`, `continue`, and `quit` are now available |
| 17 | + in the integrated console while debugging a script. |
| 18 | +- Fixed [PowerShell/vscode-powershell#533](https://github.com/PowerShell/vscode-powershell/issues/533) - |
| 19 | + The backspace key now works in the integrated console on Linux and macOS. This |
| 20 | + fix also resolves a few usability problems with the integrated console on all |
| 21 | + supported OSes. |
| 22 | +- Fixed [PowerShell/vscode-powershell#542](https://github.com/PowerShell/vscode-powershell/issues/542) - |
| 23 | + Get-Credential now hides keystrokes correctly on Linux and macOS. |
| 24 | +- Fixed [PowerShell/vscode-powershell#579](https://github.com/PowerShell/vscode-powershell/issues/579) - |
| 25 | + Sorting of IntelliSense results is now consistent with the PowerShell ISE |
| 26 | +- Fixed [PowerShell/vscode-powershell#575](https://github.com/PowerShell/vscode-powershell/issues/575) - |
| 27 | + The interactive console no longer starts up with errors in the `$Error` variable. |
| 28 | + |
3 | 29 | ## 0.10.1
|
4 | 30 | ### Thursday, March 16, 2017
|
5 | 31 |
|
|
0 commit comments