Files
Alex Hoppen 75c70d9c5a Decode a few keys in SourceKitLSPOptions that we missed before
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`.
2024-09-06 13:03:42 -07:00
..
2024-06-05 23:27:47 -07:00
2024-07-04 19:39:38 +05:30
2024-06-04 07:06:44 -07:00