@@ -38,7 +38,7 @@ verify.completions({
38
38
includeCompletionsWithInsertText : true ,
39
39
includeCompletionsWithSnippetText : false ,
40
40
includeCompletionsWithObjectLiteralMethodSnippets : true ,
41
- includeCompletionsWithLabelDetails : true ,
41
+ useLabelDetailsInCompletionEntries : true ,
42
42
} ,
43
43
includes : [
44
44
{
@@ -64,7 +64,7 @@ verify.completions({
64
64
includeCompletionsWithInsertText : true ,
65
65
includeCompletionsWithSnippetText : false ,
66
66
includeCompletionsWithObjectLiteralMethodSnippets : true ,
67
- includeCompletionsWithLabelDetails : true ,
67
+ useLabelDetailsInCompletionEntries : true ,
68
68
} ,
69
69
includes : [
70
70
{
@@ -121,7 +121,7 @@ verify.completions({
121
121
includeCompletionsWithInsertText : true ,
122
122
includeCompletionsWithSnippetText : false ,
123
123
includeCompletionsWithObjectLiteralMethodSnippets : true ,
124
- includeCompletionsWithLabelDetails : true ,
124
+ useLabelDetailsInCompletionEntries : true ,
125
125
} ,
126
126
includes : [
127
127
{
@@ -147,7 +147,7 @@ verify.completions({
147
147
includeCompletionsWithInsertText : true ,
148
148
includeCompletionsWithSnippetText : true ,
149
149
includeCompletionsWithObjectLiteralMethodSnippets : true ,
150
- includeCompletionsWithLabelDetails : true ,
150
+ useLabelDetailsInCompletionEntries : true ,
151
151
} ,
152
152
includes : [
153
153
{
@@ -174,7 +174,7 @@ verify.completions({
174
174
includeCompletionsWithInsertText : true ,
175
175
includeCompletionsWithSnippetText : true ,
176
176
includeCompletionsWithObjectLiteralMethodSnippets : true ,
177
- includeCompletionsWithLabelDetails : false ,
177
+ useLabelDetailsInCompletionEntries : false ,
178
178
} ,
179
179
includes : [
180
180
{
0 commit comments