|
1 | 1 | # vscode-powershell Release History
|
2 | 2 |
|
| 3 | +## 1.6.0 |
| 4 | +### Thursday, February 22, 2018 |
| 5 | + |
| 6 | +#### Fixes and Improvements |
| 7 | + |
| 8 | +- [PowerShell/vscode-powershell #907](https://github.com/PowerShell/vscode-powershell/issues/907) - |
| 9 | + Persist temp console debug session. |
| 10 | + |
| 11 | +- [PowerShell/vscode-powershell #1198](https://github.com/PowerShell/vscode-powershell/pull/1198) - |
| 12 | + Enhance Start-EditorServices.ps1 for better logging and fix bugs. |
| 13 | + |
| 14 | +- [PowerShell/PowerShellEditorServices #413](https://github.com/PowerShell/PowerShellEditorServices/issues/413) - |
| 15 | + Allow opening files as not previews to allow Open-EditorFile to open multiple files passed in. |
| 16 | + |
| 17 | +- [PowerShell/vscode-powershell #1177](https://github.com/PowerShell/vscode-powershell/issues/1177) - |
| 18 | + Add function-advanced snippet. Thanks to [Benny1007](https://github.com/Benny1007)! |
| 19 | + |
| 20 | +- [PowerShell/vscode-powershell #1179](https://github.com/PowerShell/vscode-powershell/issues/1179) - |
| 21 | + Switch onDebug to onDebugResolve:type for better debugging perf. |
| 22 | + |
| 23 | +- [PowerShell/vscode-powershell #1086](https://github.com/PowerShell/vscode-powershell/issues/1086) - |
| 24 | + Add tslint to vscode-powershell and address all issues. |
| 25 | + |
| 26 | +- [PowerShell/vscode-powershell #1153](https://github.com/PowerShell/vscode-powershell/issues/1153) - |
| 27 | + Add docs for ps remoting in vscode. |
| 28 | + |
| 29 | +- [PowerShell/vscode-powershell #1161](https://github.com/PowerShell/vscode-powershell/pull/1161) - |
| 30 | + Check for the expected version of the PowerShell Editor Services module fails because of the wrong function parameters. Thanks to [ant-druha](https://github.com/ant-druha)! |
| 31 | + |
| 32 | +- [PowerShell/vscode-powershell #1141](https://github.com/PowerShell/vscode-powershell/pull/1141) - |
| 33 | + Updated install script minified URL. Thanks to [tabs-not-spaces](https://github.com/tabs-not-spaces)! |
| 34 | + |
| 35 | +- [PowerShell/PowerShellEditorServices #258](https://github.com/PowerShell/PowerShellEditorServices/issues/258) - |
| 36 | + add .Save() to FileContext API. |
| 37 | + |
| 38 | +- [PowerShell/vscode-powershell #1137](https://github.com/PowerShell/vscode-powershell/pull/1137) - |
| 39 | + Added 64bit support & vscode-insiders install support. Thanks to [tabs-not-spaces](https://github.com/tabs-not-spaces)! |
| 40 | + |
| 41 | +- [PowerShell/vscode-powershell #1115](https://github.com/PowerShell/vscode-powershell/issues/1115) - |
| 42 | + Fixed "Open in ISE" keyboard shortcut from overwriting basic editing keyboard shortcut. |
| 43 | + |
| 44 | +- [PowerShell/vscode-powershell #1111](https://github.com/PowerShell/vscode-powershell/issues/1111) - |
| 45 | + Update examples tasks.json for 2.0.0 schema. |
| 46 | + |
3 | 47 | ## 1.5.1
|
4 | 48 | ### Tuesday, November 14, 2017
|
5 | 49 |
|
|
0 commit comments