|
1 | 1 | # vscode-powershell Release History
|
2 | 2 |
|
| 3 | +## v2019.5.0 |
| 4 | +### Friday, May 24, 2019 |
| 5 | +#### [vscode-PowerShell](https://github.com/PowerShell/vscode-PowerShell) |
| 6 | + |
| 7 | +- ✨ [vscode-PowerShell #1973](https://github.com/PowerShell/vscode-PowerShell/pull/1973) - |
| 8 | + Allow passing runspace name. |
| 9 | +- ✨ [vscode-PowerShell #1959](https://github.com/PowerShell/vscode-PowerShell/pull/1959) - |
| 10 | + Add rich nav. |
| 11 | +- ✨ [vscode-PowerShell #1924](https://github.com/PowerShell/vscode-PowerShell/pull/1924) - |
| 12 | + Add telemetry for PowerShell Version. |
| 13 | +- 🐛 [vscode-PowerShell #1940](https://github.com/PowerShell/vscode-PowerShell/pull/1940) - |
| 14 | + Fix change session by moving to async/await promise. |
| 15 | +- 🐛 [vscode-PowerShell #1931](https://github.com/PowerShell/vscode-PowerShell/pull/1931) - |
| 16 | + Fix upload bug report. |
| 17 | +- ✨ [vscode-PowerShell #1938](https://github.com/PowerShell/vscode-PowerShell/pull/1938) - |
| 18 | + Move to date-based versions. |
| 19 | +- 🐛 [vscode-PowerShell #1923](https://github.com/PowerShell/vscode-PowerShell/pull/1923) - |
| 20 | + Fix CustomViews by switching to WebViews. |
| 21 | +- 🐛 [vscode-PowerShell #1922](https://github.com/PowerShell/vscode-PowerShell/pull/1922) - |
| 22 | + Fix small typo in Function-Inline description. (Thanks @V-ed!) |
| 23 | +- 💻 [vscode-PowerShell #1873](https://github.com/PowerShell/vscode-PowerShell/pull/1873) - |
| 24 | + Switch to Azure DevOps for CI. |
| 25 | + |
| 26 | +#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices) |
| 27 | + |
| 28 | +- ✨ [PowerShellEditorServices #957](https://github.com/PowerShell/PowerShellEditorServices/pull/957) - |
| 29 | + Allow passing RunspaceName. |
| 30 | +- 🐛 [PowerShellEditorServices #956](https://github.com/PowerShell/PowerShellEditorServices/pull/956) - |
| 31 | + Add check for workspace path. |
| 32 | +- 🐛 [PowerShellEditorServices #947](https://github.com/PowerShell/PowerShellEditorServices/pull/947) - |
| 33 | + Fix silent failure by using Id for dictionary since multiple pages could have the same title. |
| 34 | +- 💻 [PowerShellEditorServices #923](https://github.com/PowerShell/PowerShellEditorServices/pull/923) - |
| 35 | + Moved to Azure DevOps for CI. |
| 36 | + |
3 | 37 | ## v1.12.1
|
4 | 38 | ### Wednesday, April 10, 2019
|
5 | 39 |
|
@@ -2027,3 +2061,4 @@ Initial release with the following features:
|
2027 | 2061 | - Find References of cmdlets and variables
|
2028 | 2062 | - Document and workspace symbol discovery
|
2029 | 2063 | - Local script debugging and basic interactive console support
|
| 2064 | + |
0 commit comments