Skip to content

Commit 4bacb52

Browse files
Rev version to v2020.6.0 and update CL (#2735)
1 parent 0291818 commit 4bacb52

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# PowerShell Extension Release History
22

3+
## v2020.6.0-preview
4+
### Monday, June 01, 2020
5+
#### [vscode-PowerShell](https://github.com/PowerShell/vscode-PowerShell)
6+
7+
- 🐢✨ [vscode-powershell #2730](https://github.com/PowerShell/vscode-powershell/pull/2730) -
8+
Support adding an `OutputFile` and allow running Pester tests from the command pallet.
9+
- 🔗🐛 [vscode-powershell #2705](https://github.com/PowerShell/vscode-powershell/pull/2705) -
10+
Tweak CodeLens logic now that we use Omnisharp's serializer.
11+
- 📺✨ [vscode-powershell #2702](https://github.com/PowerShell/vscode-powershell/pull/2702) -
12+
Add coloring for `$` and remove it from `wordSepartors`. (Thanks @MJECloud!)
13+
- 📺✨ [vscode-powershell #2704](https://github.com/PowerShell/vscode-powershell/pull/2704) -
14+
Add buttons for moving the terminal pane around. (Thanks @MartinGC94!)
15+
- 👮‍🐛 [vscode-powershell #2703](https://github.com/PowerShell/vscode-powershell/pull/2703) -
16+
Tweak `whitespaceAroundPipe` settings migration logic to do it only once. (Thanks @bergmeister!)
17+
- 👮‍🐛 [vscode-powershell #2698](https://github.com/PowerShell/vscode-powershell/pull/2698) -
18+
Change default of `powershell.codeFormatting.pipelineIndentationStyle` from None back to NoIndentation due to PSScriptAnalyzer bug. (Thanks @bergmeister!)
19+
20+
#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices)
21+
22+
- 🚂✨ [PowerShellEditorServices #1301](https://github.com/PowerShell/PowerShellEditorServices/pull/1301) -
23+
Fix `AddLanguageProtocolLogging` OmniSharp breaking change.
24+
- 🚨✨ [PowerShellEditorServices #1298](https://github.com/PowerShell/PowerShellEditorServices/pull/1298) -
25+
Remove leftover csproj reference to already removed project in test project PowerShellEditorServices.Test.Host.csproj. (Thanks @bergmeister!)
26+
- 🚂✨ [PowerShellEditorServices #1300](https://github.com/PowerShell/PowerShellEditorServices/pull/1300) -
27+
Address breaking changes in Omnisharp lib and depend on `DocumentUri` more.
28+
- 🚂✨ [PowerShellEditorServices #1291](https://github.com/PowerShell/PowerShellEditorServices/pull/1291) -
29+
Depend on `DocumentUri` for handing vscode `Uri`'s.
30+
- 🧠✨ [vscode-powershell #2706](https://github.com/PowerShell/PowerShellEditorServices/pull/1294) -
31+
Support `completionItem/resolve` request for comparison operators to show tooltip information.
32+
333
## v2020.5.0-preview
434
### Wednesday, May 13, 2020
535
#### [vscode-PowerShell](https://github.com/PowerShell/vscode-PowerShell)

package.json

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

0 commit comments

Comments
 (0)