Commit 75c70d9
committed
Decode a few keys in
We forgot to decode the following keys in the custom decode function, which meant that you couldn’t set them using SourceKit-LSP’s `config.json` file.
- `backgroundPreparationMode`
- `sourcekitdRequestTimeout`
In particular this meant that you couldn’t enable the `--experimental-prepare-for-indexing` preparation mode.
Add the necessary decoding functions in `release/6.0` and eliminate the custom decode logic entirely in `main`.SourceKitLSPOptions that we missed before1 parent 480bb0c commit 75c70d9
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
379 | 379 | | |
380 | 380 | | |
381 | 381 | | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
382 | 386 | | |
383 | 387 | | |
384 | 388 | | |
| |||
391 | 395 | | |
392 | 396 | | |
393 | 397 | | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
394 | 402 | | |
395 | 403 | | |
0 commit comments