@@ -25,7 +25,6 @@ internal static class CompleteAttributeValue
25
25
FilterText = "ValueFromPipeline" ,
26
26
InsertText = "ValueFromPipeline" ,
27
27
Label = "ValueFromPipeline" ,
28
- SortText = "0001ValueFromPipeline" ,
29
28
TextEdit = new TextEdit
30
29
{
31
30
NewText = "ValueFromPipeline" ,
@@ -44,7 +43,6 @@ internal static class CompleteAttributeValue
44
43
FilterText = "ValueFromPipelineByPropertyName" ,
45
44
InsertText = "ValueFromPipelineByPropertyName" ,
46
45
Label = "ValueFromPipelineByPropertyName" ,
47
- SortText = "0002ValueFromPipelineByPropertyName" ,
48
46
TextEdit = new TextEdit
49
47
{
50
48
NewText = "ValueFromPipelineByPropertyName" ,
@@ -63,7 +61,6 @@ internal static class CompleteAttributeValue
63
61
FilterText = "ValueFromRemainingArguments" ,
64
62
InsertText = "ValueFromRemainingArguments" ,
65
63
Label = "ValueFromRemainingArguments" ,
66
- SortText = "0003ValueFromRemainingArguments" ,
67
64
TextEdit = new TextEdit
68
65
{
69
66
NewText = "ValueFromRemainingArguments" ,
0 commit comments