File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
src/PowerShellEditorServices.Protocol/Server Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ configuration: Release
44clone_depth : 10
55
66environment :
7- core_version : ' 0.6.1 '
7+ core_version : ' 0.6.2 '
88 prerelease_name : ' -beta'
99
1010branches :
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments