|
1 | 1 | # PowerShell Editor Services Release History
|
2 | 2 |
|
| 3 | +## 1.0.0 |
| 4 | +### Wednesday, May 10, 2017 |
| 5 | + |
| 6 | +We are excited to announce that we've reached version 1.0! For more information, |
| 7 | +please see the [official announcement](https://blogs.msdn.microsoft.com/powershell/2017/05/10/announcing-powershell-for-visual-studio-code-1-0/) |
| 8 | +on the PowerShell Team Blog. |
| 9 | + |
| 10 | +#### Fixes and improvements |
| 11 | + |
| 12 | +- Upgraded our Language Server Protocol support to [protocol version 3](https://github.com/Microsoft/language-server-protocol/blob/master/protocol.md). |
| 13 | + |
| 14 | +- Added basic module-wide function references support which searches all of the |
| 15 | + PowerShell script files within the current workspace for references and |
| 16 | + definitions. |
| 17 | + |
| 18 | +- Fixed [vscode-powershell #698](https://github.com/PowerShell/vscode-powershell/issues/698) - |
| 19 | + When debugging scripts in the integrated console, the cursor position should now |
| 20 | + be stable after stepping through your code! Please let us know if you see any |
| 21 | + other cases where this issue appears. |
| 22 | + |
| 23 | +- Fixed [vscode-powershell #626](https://github.com/PowerShell/vscode-powershell/issues/626) - |
| 24 | + Fixed an issue where debugging a script in one VS Code window would cause that script's |
| 25 | + output to be written to a different VS Code window in the same process. |
| 26 | + |
| 27 | +- Fixed [vscode-powershell #618](https://github.com/PowerShell/vscode-powershell/issues/618) - |
| 28 | + Pressing enter on an empty command line in the Integrated Console no longer adds the |
| 29 | + empty line to the command history. |
| 30 | + |
| 31 | +- Fixed [vscode-powershell #617](https://github.com/PowerShell/vscode-powershell/issues/617) - |
| 32 | + Stopping the debugger during a prompt for a mandatory script parameter no |
| 33 | + longer crashes the language server. |
| 34 | + |
| 35 | +- Fixed [#428](https://github.com/PowerShell/PowerShellEditorServices/issues/428) - |
| 36 | + Debugger no longer hangs when you stop debugging while an input or choice prompt is |
| 37 | + active in the integrated console. |
| 38 | + |
3 | 39 | ## 0.12.1
|
4 | 40 | ### Friday, April 7, 2017
|
5 | 41 |
|
|
0 commit comments