File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -284,7 +284,7 @@ test('Object Literal Completions', () => {
284
284
"kind": "property",
285
285
"kindModifiers": "",
286
286
"name": "plugins",
287
- "sortText": "110 ",
287
+ "sortText": "110000 ",
288
288
},
289
289
{
290
290
"insertText": "plugins: [
@@ -297,31 +297,44 @@ test('Object Literal Completions', () => {
297
297
"detail": ": [],",
298
298
},
299
299
"name": "plugins",
300
- "sortText": "116 ",
300
+ "sortText": "110001 ",
301
301
},
302
302
{
303
303
"insertText": "additionalOptions",
304
304
"isSnippet": true,
305
305
"kind": "property",
306
306
"kindModifiers": "optional",
307
307
"name": "additionalOptions",
308
- "sortText": "121",
308
+ "sortText": "120002",
309
+ },
310
+ {
311
+ "insertText": "additionalOptions: {
312
+ $1
313
+ },$0",
314
+ "isSnippet": true,
315
+ "kind": "property",
316
+ "kindModifiers": "optional",
317
+ "labelDetails": {
318
+ "detail": ": {},",
319
+ },
320
+ "name": "additionalOptions",
321
+ "sortText": "120003",
309
322
},
310
323
{
311
324
"insertText": "callback",
312
325
"isSnippet": true,
313
326
"kind": "method",
314
327
"kindModifiers": "optional",
315
328
"name": "callback",
316
- "sortText": "122 ",
329
+ "sortText": "120004 ",
317
330
},
318
331
{
319
332
"insertText": "mood",
320
333
"isSnippet": true,
321
334
"kind": "property",
322
335
"kindModifiers": "optional",
323
336
"name": "mood",
324
- "sortText": "123 ",
337
+ "sortText": "120005 ",
325
338
},
326
339
{
327
340
"insertText": "mood: \\"$1\\",$0",
@@ -332,20 +345,7 @@ test('Object Literal Completions', () => {
332
345
"detail": ": \\"\\",",
333
346
},
334
347
"name": "mood",
335
- "sortText": "124",
336
- },
337
- {
338
- "insertText": "additionalOptions: {
339
- $1
340
- },$0",
341
- "isSnippet": true,
342
- "kind": "property",
343
- "kindModifiers": "optional",
344
- "labelDetails": {
345
- "detail": ": {}",
346
- },
347
- "name": "additionalOptions",
348
- "sortText": "125",
348
+ "sortText": "120006",
349
349
},
350
350
]
351
351
` )
You can’t perform that action at this time.
0 commit comments