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', () => {
284284 "kind": "property",
285285 "kindModifiers": "",
286286 "name": "plugins",
287- "sortText": "110 ",
287+ "sortText": "110000 ",
288288 },
289289 {
290290 "insertText": "plugins: [
@@ -297,31 +297,44 @@ test('Object Literal Completions', () => {
297297 "detail": ": [],",
298298 },
299299 "name": "plugins",
300- "sortText": "116 ",
300+ "sortText": "110001 ",
301301 },
302302 {
303303 "insertText": "additionalOptions",
304304 "isSnippet": true,
305305 "kind": "property",
306306 "kindModifiers": "optional",
307307 "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",
309322 },
310323 {
311324 "insertText": "callback",
312325 "isSnippet": true,
313326 "kind": "method",
314327 "kindModifiers": "optional",
315328 "name": "callback",
316- "sortText": "122 ",
329+ "sortText": "120004 ",
317330 },
318331 {
319332 "insertText": "mood",
320333 "isSnippet": true,
321334 "kind": "property",
322335 "kindModifiers": "optional",
323336 "name": "mood",
324- "sortText": "123 ",
337+ "sortText": "120005 ",
325338 },
326339 {
327340 "insertText": "mood: \\"$1\\",$0",
@@ -332,20 +345,7 @@ test('Object Literal Completions', () => {
332345 "detail": ": \\"\\",",
333346 },
334347 "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",
349349 },
350350 ]
351351 ` )
You can’t perform that action at this time.
0 commit comments