Files
oak-gpui/crates
Michal Příhoda f01763a1fa Allow both integer and string request IDs in LSP (#7662)
Zed's LSP support expects request messages to have integer ID, Metals
LSP uses string. According to specification, both is acceptable:

interface RequestMessage extends Message {

	/**
	 * The request id.
	 */
	id: integer | string;

...
This pull requests modifies the types and serialization/deserialization
so that string IDs are accepted.

Release Notes:

- Make Zed LSP request ids compliant to the LSP specification
2024-02-15 20:26:23 +02:00
..
2024-02-13 12:53:49 -07:00
2024-02-09 23:12:26 -07:00
2024-01-29 23:47:20 -05:00
2024-02-14 14:30:48 -07:00
2024-02-14 14:36:40 -07:00
2024-02-12 22:28:26 -07:00
2024-02-14 16:03:03 -08:00
2024-02-14 14:36:40 -07:00
2024-02-13 13:20:14 -07:00
2024-01-29 23:47:20 -05:00
2024-02-14 14:38:07 -07:00
2024-02-15 15:12:41 +01:00