Skip to content

Commit fc2879c

Browse files
authored
[Ignore] Prepare 2.0.0-preview.3 (#920)
1 parent be99ccf commit fc2879c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# PowerShell Editor Services Release History
22

3+
## v2.0.0-preview.3
4+
### Wednesday, April 10, 2019
5+
6+
- [PowerShellEditorServices #906](https://github.com/PowerShell/PowerShellEditorServices/pull/906) -
7+
Fix New-EditorFile with no folder or no files open
8+
- [PowerShellEditorServices #908](https://github.com/PowerShell/PowerShellEditorServices/pull/908) -
9+
Fix crash in CodeLens with UNC paths on Windows (Thanks @rkeithhill!)
10+
- [PowerShellEditorServices #902](https://github.com/PowerShell/PowerShellEditorServices/pull/902) -
11+
Improve path auto-completion (Thanks @rkeithhill!)
12+
- [PowerShellEditorServices #910](https://github.com/PowerShell/PowerShellEditorServices/pull/910) -
13+
Fix UseCorrectCasing to be actually configurable via `powershell.codeFormatting.useCorrectCasing` (Thanks @bergmeister!)
14+
- [PowerShellEditorServices #909](https://github.com/PowerShell/PowerShellEditorServices/pull/909) -
15+
Use global.json to pin .Net Core SDK version and update it from 2.1.402 to 2.1.602 (Thanks @bergmeister!)
16+
- [PowerShellEditorServices #903](https://github.com/PowerShell/PowerShellEditorServices/pull/903) -
17+
Move temp folder into repo to avoid state that causes build errors from time to time when rebuilding locally (and packages have updated) (Thanks @bergmeister!)
18+
319
## v2.0.0-preview.2
420
### Friday, March 29, 2019
521

0 commit comments

Comments
 (0)