Skip to content

Commit 221729a

Browse files
authored
[Ignore] Update powershell stable CHANGELOG for v2019.5.0 (#1987)
1 parent 757ce1b commit 221729a

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

CHANGELOG.md

+35
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# vscode-powershell Release History
22

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+
337
## v1.12.1
438
### Wednesday, April 10, 2019
539

@@ -2027,3 +2061,4 @@ Initial release with the following features:
20272061
- Find References of cmdlets and variables
20282062
- Document and workspace symbol discovery
20292063
- Local script debugging and basic interactive console support
2064+

0 commit comments

Comments
 (0)