|
299 | 299 | "markdownEnumDescriptions": [
|
300 | 300 | "Use whichever diagnostics style `swiftc` produces by default.",
|
301 | 301 | "Use the `llvm` diagnostic style. This allows the parsing of \"notes\".",
|
302 |
| - "Use the `swift` diagnostic style. This means that \"notes\" will not be parsed. This option will not work for Swift versions prior to 5.10." |
| 302 | + "Use the `swift` diagnostic style. This means that \"notes\" will not be parsed. This option has no effect in Swift versions prior to 5.10." |
303 | 303 | ],
|
304 | 304 | "order": 9
|
305 | 305 | },
|
|
457 | 457 | "cpp"
|
458 | 458 | ]
|
459 | 459 | },
|
| 460 | + "order": 3 |
| 461 | + }, |
| 462 | + "swift.sourcekit-lsp.backgroundIndexing": { |
| 463 | + "type": "boolean", |
| 464 | + "default": false, |
| 465 | + "markdownDescription": "**Experimental**: Enable or disable background indexing. This option has no effect in Swift versions prior to 6.0.", |
460 | 466 | "order": 4
|
461 | 467 | },
|
462 | 468 | "swift.sourcekit-lsp.trace.server": {
|
|
476 | 482 | "markdownDescription": "Disable SourceKit-LSP",
|
477 | 483 | "order": 6
|
478 | 484 | },
|
479 |
| - "sourcekit-lsp.serverPath": { |
480 |
| - "type": "string", |
481 |
| - "markdownDescription": "The path of the `sourcekit-lsp` executable. The default is to look in the path where `swift` is found.", |
482 |
| - "markdownDeprecationMessage": "**Deprecated**: Please use `#swift.sourcekit-lsp.serverPath#` instead.", |
483 |
| - "order": 1 |
484 |
| - }, |
485 |
| - "sourcekit-lsp.serverArguments": { |
486 |
| - "type": "array", |
487 |
| - "default": [], |
488 |
| - "items": { |
489 |
| - "type": "string" |
490 |
| - }, |
491 |
| - "markdownDescription": "Arguments to pass to SourceKit-LSP. Keys and values should be provided as individual entries in the list. e.g. `['--log-level', 'debug']`", |
492 |
| - "markdownDeprecationMessage": "**Deprecated**: Please use `#swift.sourcekit-lsp.serverArguments#` instead.", |
493 |
| - "order": 2 |
494 |
| - }, |
495 | 485 | "sourcekit-lsp.inlayHints.enabled": {
|
496 | 486 | "type": "boolean",
|
497 | 487 | "default": true,
|
498 | 488 | "markdownDescription": "Display Inlay Hints. Inlay Hints are variable annotations indicating their inferred type. They are only available if you are using Swift 5.6 or later.",
|
499 |
| - "markdownDeprecationMessage": "**Deprecated**: Please use `#editor.inlayHints.enabled#` instead.", |
500 |
| - "order": 3 |
| 489 | + "markdownDeprecationMessage": "**Deprecated**: Please use `#editor.inlayHints.enabled#` instead." |
501 | 490 | },
|
502 | 491 | "sourcekit-lsp.support-c-cpp": {
|
503 | 492 | "type": "string",
|
|
513 | 502 | "Disable when C/C++ extension is active"
|
514 | 503 | ],
|
515 | 504 | "markdownDescription": "Add LSP functionality for C/C++ files. By default this is set to disable when the C/C++ extension is active.",
|
516 |
| - "markdownDeprecationMessage": "**Deprecated**: Please use `#swift.sourcekit-lsp.supported-languages#` instead.", |
517 |
| - "order": 5 |
| 505 | + "markdownDeprecationMessage": "**Deprecated**: Please use `#swift.sourcekit-lsp.supported-languages#` instead." |
| 506 | + }, |
| 507 | + "sourcekit-lsp.serverPath": { |
| 508 | + "type": "string", |
| 509 | + "markdownDescription": "The path of the `sourcekit-lsp` executable. The default is to look in the path where `swift` is found.", |
| 510 | + "markdownDeprecationMessage": "**Deprecated**: Please use `#swift.sourcekit-lsp.serverPath#` instead." |
| 511 | + }, |
| 512 | + "sourcekit-lsp.serverArguments": { |
| 513 | + "type": "array", |
| 514 | + "default": [], |
| 515 | + "items": { |
| 516 | + "type": "string" |
| 517 | + }, |
| 518 | + "markdownDescription": "Arguments to pass to SourceKit-LSP. Keys and values should be provided as individual entries in the list. e.g. `['--log-level', 'debug']`", |
| 519 | + "markdownDeprecationMessage": "**Deprecated**: Please use `#swift.sourcekit-lsp.serverArguments#` instead." |
518 | 520 | },
|
519 | 521 | "sourcekit-lsp.trace.server": {
|
520 | 522 | "type": "string",
|
|
525 | 527 | "verbose"
|
526 | 528 | ],
|
527 | 529 | "markdownDescription": "Traces the communication between VS Code and the SourceKit-LSP language server.",
|
528 |
| - "markdownDeprecationMessage": "**Deprecated**: Please use `#swift.sourcekit-lsp.trace.server#` instead.", |
529 |
| - "order": 6 |
| 530 | + "markdownDeprecationMessage": "**Deprecated**: Please use `#swift.sourcekit-lsp.trace.server#` instead." |
530 | 531 | },
|
531 | 532 | "sourcekit-lsp.disable": {
|
532 | 533 | "type": "boolean",
|
533 | 534 | "default": false,
|
534 | 535 | "markdownDescription": "Disable the running of SourceKit-LSP.",
|
535 |
| - "markdownDeprecationMessage": "**Deprecated**: Please use `#swift.sourcekit-lsp.disable#` instead.", |
536 |
| - "order": 7 |
| 536 | + "markdownDeprecationMessage": "**Deprecated**: Please use `#swift.sourcekit-lsp.disable#` instead." |
537 | 537 | }
|
538 | 538 | }
|
539 | 539 | },
|
|
0 commit comments