You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/vscode/package.json
+13-72
Original file line number
Diff line number
Diff line change
@@ -283,67 +283,6 @@
283
283
"type": "object",
284
284
"title": "Volar",
285
285
"properties": {
286
-
"volar.format.initialIndent": {
287
-
"type": "object",
288
-
"description": "Whether to have initial indent.",
289
-
"default": {
290
-
"html": true
291
-
},
292
-
"properties": {
293
-
"html": {
294
-
"type": "boolean",
295
-
"default": true
296
-
},
297
-
"typescript": {
298
-
"type": "boolean",
299
-
"default": false
300
-
},
301
-
"javascript": {
302
-
"type": "boolean",
303
-
"default": false
304
-
},
305
-
"typescriptreact": {
306
-
"type": "boolean",
307
-
"default": false
308
-
},
309
-
"javascriptreact": {
310
-
"type": "boolean",
311
-
"default": false
312
-
},
313
-
"css": {
314
-
"type": "boolean",
315
-
"default": false
316
-
},
317
-
"scss": {
318
-
"type": "boolean",
319
-
"default": false
320
-
},
321
-
"less": {
322
-
"type": "boolean",
323
-
"default": false
324
-
},
325
-
"sass": {
326
-
"type": "boolean",
327
-
"default": false
328
-
},
329
-
"jade": {
330
-
"type": "boolean",
331
-
"default": false
332
-
},
333
-
"json": {
334
-
"type": "boolean",
335
-
"default": false
336
-
},
337
-
"jsonc": {
338
-
"type": "boolean",
339
-
"default": false
340
-
},
341
-
"json5": {
342
-
"type": "boolean",
343
-
"default": false
344
-
}
345
-
}
346
-
},
347
286
"vue.trace.server": {
348
287
"scope": "window",
349
288
"type": "string",
@@ -406,11 +345,6 @@
406
345
"default": null,
407
346
"description": "Set --max-old-space-size option on server process. If you have problem on frequently \"Request textDocument/** failed.\" error, try setting higher memory(MB) on it."
408
347
},
409
-
"vue.server.reverseConfigFilePriority": {
410
-
"type": "boolean",
411
-
"default": false,
412
-
"description": "Reverse priority for tsconfig pickup."
413
-
},
414
348
"vue.server.additionalExtensions": {
415
349
"type": "array",
416
350
"items": {
@@ -419,11 +353,6 @@
419
353
"default": [ ],
420
354
"description": "List any additional file extensions that should be processed as Vue files (requires restart)."
421
355
},
422
-
"vue.server.fullCompletionList": {
423
-
"type": "boolean",
424
-
"default": false,
425
-
"description": "Enable this option if you want to get complete CompletionList in language client. (Disable for better performance)"
426
-
},
427
356
"vue.doctor.status": {
428
357
"type": "boolean",
429
358
"default": true,
@@ -537,6 +466,18 @@
537
466
"type": "boolean",
538
467
"default": false,
539
468
"description": "Show inlay hints for component options wrapper for type support."
0 commit comments