Skip to content

Commit 5ece293

Browse files
authored
Merge pull request #267 from PowerShell/daviwil/0.6.2
Release 0.6.2
2 parents d00ed40 + 0c18842 commit 5ece293

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# PowerShell Editor Services Release History
22

3+
## 0.6.2
4+
### Tuesday, August 9, 2016
5+
6+
- Fixed #264: Variable and parameter IntelliSense broken in VS Code 1.4.0
7+
- Fixed #240: Completion item with regex metachars can cause editor host to crash
8+
- Fixed #232: Language server sometimes crashes then $ErrorActionPreference = "Stop"
9+
310
## 0.6.1
411
### Monday, May 16, 2016
512

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ configuration: Release
44
clone_depth: 10
55

66
environment:
7-
core_version: '0.6.1'
7+
core_version: '0.6.2'
88
prerelease_name: '-beta'
99

1010
branches:

src/PowerShellEditorServices.Protocol/Server/LanguageServer.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1164,6 +1164,7 @@ private static CompletionItem CreateCompletionItem(
11641164
Detail = detailString,
11651165
Documentation = documentationString,
11661166
SortText = sortText,
1167+
FilterText = completionDetails.CompletionText,
11671168
TextEdit = new TextEdit
11681169
{
11691170
NewText = completionDetails.CompletionText,

0 commit comments

Comments
 (0)