Lewis Russell
454ae672aa
feat(lsp): deprecate non-method client functions
Deprecated:
- `client.request()` -> `client:request()`
- `client.request_sync()` -> `client:request_sync()`
- `client.notify()` -> `client:notify()`
- `client.cancel_request()` -> `client:cancel_request()`
- `client.stop()` -> `client:stop()`
- `client.is_stopped()` `client:is_stopped()`
- `client.supports_method()` -> `client:supports_method()`
- `client.on_attach()` -> `client:on_attach()`
Fixed docgen to link class fields to the full function doc.
2024-11-20 08:51:45 +00:00
..
2024-10-21 11:32:06 +01:00
2024-02-27 14:41:17 +00:00
2024-02-27 14:41:17 +00:00
2024-05-11 18:14:03 +08:00
2024-05-16 00:19:17 +02:00
2022-12-28 22:50:24 +01:00
2024-11-16 12:56:16 -08:00
2023-12-04 12:38:31 -08:00
2024-10-23 14:13:42 +02:00
2024-11-01 09:17:39 +00:00
2024-11-20 08:51:45 +00:00
2024-02-01 12:06:55 +01:00
2024-06-26 05:08:15 +08:00
2024-01-28 14:22:39 -08:00
2024-10-03 03:45:51 -07:00
2024-11-20 08:51:45 +00:00
2024-05-16 07:21:19 +08:00
2019-11-05 17:34:21 -08:00
2024-03-28 10:23:07 +08:00
2024-10-06 03:24:21 -07:00
2024-10-18 17:38:29 +08:00
2023-12-04 12:38:31 -08:00
2024-03-26 14:25:01 +08:00