Skip to content

Commit 4083368

Browse files
[Ignore] Rev to 2020.7.0 and update CL (#2820)
* Rev to 2020.7.0 and update CL * Update CHANGELOG.md * Rob's suggestion Co-authored-by: Robert Holt <[email protected]> Co-authored-by: Robert Holt <[email protected]>
1 parent 222b449 commit 4083368

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# PowerShell Extension Release History
22

3+
## v2020.7.0-preview
4+
### Wednesday, July 22, 2020
5+
#### [vscode-PowerShell](https://github.com/PowerShell/vscode-PowerShell)
6+
7+
- 📺✨ [vscode-powershell #2789](https://github.com/PowerShell/vscode-powershell/pull/2789) -
8+
Initial Notebook UI Mode in VS Code Insiders.
9+
-[vscode-powershell #2799](https://github.com/PowerShell/vscode-powershell/pull/2799) -
10+
Initial VSCode-extension-facing PowerShell API: registering, unregistering, and getting PowerShell version details.
11+
- 🛫✨ [vscode-powershell #2796](https://github.com/PowerShell/vscode-powershell/pull/2796) -
12+
Add setting to change the cwd of the Powershell Integrated Console. (Thanks @jwfx!)
13+
- 🛫🐛 [vscode-powershell #2780](https://github.com/PowerShell/vscode-powershell/pull/2788) -
14+
Fix quoting of banner for global tool.
15+
- 🔍🐛 [vscode-powershell #2765](https://github.com/PowerShell/vscode-powershell/pull/2775) -
16+
Emit 'terminated' event if PSES is restarted.
17+
18+
#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices)
19+
20+
- 📺✨ [PowerShellEditorServices #1321](https://github.com/PowerShell/PowerShellEditorServices/pull/1321) -
21+
Needed changes for Notebook UI Support.
22+
- 🛫✨ [PowerShellEditorServices #1323](https://github.com/PowerShell/PowerShellEditorServices/pull/1323) -
23+
Add cwd property to settings. (Thanks @jwfx!)
24+
- 🛫🐛 [PowerShellEditorServices #1317](https://github.com/PowerShell/PowerShellEditorServices/pull/1318) -
25+
Move tests to PS7 and PS7.1 and fix IsNetCore check.
26+
- 🔗✨ [PowerShellEditorServices #1316](https://github.com/PowerShell/PowerShellEditorServices/pull/1316) -
27+
Return null when Hover request is cancelled or no symbol details. (Thanks @ralish!)
28+
- 🛫🐛 [vscode-powershell #2763](https://github.com/PowerShell/PowerShellEditorServices/pull/1315) -
29+
TLS 1.2 Support When Installing PackageManagement Module. (Thanks @serkanz!)
30+
331
## v2020.6.0
432
### Thursday, June 11, 2020
533

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "powershell-preview",
33
"displayName": "PowerShell Preview",
4-
"version": "2020.6.1",
4+
"version": "2020.7.0",
55
"preview": true,
66
"publisher": "ms-vscode",
77
"description": "(Preview) Develop PowerShell scripts in Visual Studio Code!",

0 commit comments

Comments
 (0)