|
1 | 1 | # vscode-powershell Release History
|
2 | 2 |
|
| 3 | +## v1.11.0 |
| 4 | +### Wednesday, January 23, 2019 |
| 5 | +#### [vscode-powershell](https://github.com/powershell/vscode-powershell) |
| 6 | + |
| 7 | +- [vscode-PowerShell #1714](https://github.com/PowerShell/vscode-PowerShell/pull/1714) - |
| 8 | + Do not run pester tests when user cancels questions using the x button (Thanks @bergmeister!) |
| 9 | +- [vscode-PowerShell #1701](https://github.com/PowerShell/vscode-PowerShell/pull/1701) - |
| 10 | + Interpret null Describe TestName to mean value can't be eval'd (Thanks @rkeithhill!) |
| 11 | +- [vscode-PowerShell #1698](https://github.com/PowerShell/vscode-PowerShell/pull/1698) - |
| 12 | + Add 'Run/Debug Pester tests' command and file tab menu (Thanks @bergmeister!) |
| 13 | +- [vscode-PowerShell #1697](https://github.com/PowerShell/vscode-PowerShell/pull/1697) - |
| 14 | + Remove Region Block snippet (Thanks @fullenw1!) |
| 15 | +- [vscode-PowerShell #1690](https://github.com/PowerShell/vscode-PowerShell/pull/1690) - |
| 16 | + Refresh CommandExplorer on visible |
| 17 | +- [vscode-PowerShell #1688](https://github.com/PowerShell/vscode-PowerShell/pull/1688) - |
| 18 | + Fix spacing of package.json after running Invoke-Build to not end up with local changes (Thanks @bergmeister!) |
| 19 | +- [vscode-PowerShell #1638](https://github.com/PowerShell/vscode-PowerShell/pull/1638) - |
| 20 | + Add icons and enable setting for Command Explorer (Thanks @corbob!) |
| 21 | +- [vscode-PowerShell #1679](https://github.com/PowerShell/vscode-PowerShell/pull/1679) - |
| 22 | + Update broken links in README (Thanks @josh-!) |
| 23 | +- [vscode-PowerShell #1670](https://github.com/PowerShell/vscode-PowerShell/pull/1670) - |
| 24 | + Update recommended NodeJS version to 8.x since 6.x will go out of support in April 2019 (Thanks @bergmeister!) |
| 25 | + |
| 26 | +#### [PowerShellEditorServices](https://github.com/powershell/PowerShellEditorServices) |
| 27 | + |
| 28 | +- [PowerShellEditorServices #851](https://github.com/PowerShell/PowerShellEditorServices/pull/851) - |
| 29 | + Fix #827 Pester TestName w/expandable str returns nothing (Thanks @rkeithhill!) |
| 30 | +- [PowerShellEditorServices #842](https://github.com/PowerShell/PowerShellEditorServices/pull/842) - |
| 31 | + Fix typos (Thanks @alexandair!) |
| 32 | +- [PowerShellEditorServices #838](https://github.com/PowerShell/PowerShellEditorServices/pull/838) - |
| 33 | + Fix NullRefEx bug when accessing scriptFile.ReferencedFiles (Thanks @rkeithhill!) |
| 34 | +- [PowerShellEditorServices #839](https://github.com/PowerShell/PowerShellEditorServices/pull/839) - |
| 35 | + Fix FileNotFoundEx crash when Fold happens on untitled: scheme doc (Thanks @rkeithhill!) |
| 36 | +- [PowerShellEditorServices #843](https://github.com/PowerShell/PowerShellEditorServices/pull/843) - |
| 37 | + Simplify the parameter descriptions and fix typos (Thanks @alexandair!) |
| 38 | +- [PowerShellEditorServices #844](https://github.com/PowerShell/PowerShellEditorServices/pull/844) - |
| 39 | + Fix an empty verbose message when importing an editor command (Thanks @alexandair!) |
| 40 | +- [PowerShellEditorServices #828](https://github.com/PowerShell/PowerShellEditorServices/pull/828) - |
| 41 | + Compile against net452 because net451 is not supported any more (Thanks @bergmeister!) |
| 42 | +- [PowerShellEditorServices #848](https://github.com/PowerShell/PowerShellEditorServices/pull/848) - |
| 43 | + switch an instance of GetFile to TryGetFile to fix #1689 |
| 44 | +- [PowerShellEditorServices #846](https://github.com/PowerShell/PowerShellEditorServices/pull/846) - |
| 45 | + Workaround "attach to process" hang |
| 46 | +- [PowerShellEditorServices #829](https://github.com/PowerShell/PowerShellEditorServices/pull/829) - |
| 47 | + Update various NuGet packages (Thanks @bergmeister!) |
| 48 | +- [PowerShellEditorServices #825](https://github.com/PowerShell/PowerShellEditorServices/pull/825) - |
| 49 | + (GH-824)(GH-812) Improve code folding speed (Thanks @glennsarti!) |
| 50 | +- [PowerShellEditorServices #850](https://github.com/PowerShell/PowerShellEditorServices/pull/850) - |
| 51 | + Fix VSCODE 1683 - HelpCommentReqHdlr crash on GetFile (Thanks @rkeithhill!) |
| 52 | +- [PowerShellEditorServices #837](https://github.com/PowerShell/PowerShellEditorServices/pull/837) - |
| 53 | + (maint) Add traits for folding tests (Thanks @glennsarti!) |
| 54 | + |
3 | 55 | ## v1.10.2
|
4 | 56 | ### Tuesday, December 18, 2018
|
5 | 57 |
|
|
0 commit comments