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-11-16 15:36:11 -08:00
2024-11-14 12:40:57 +01:00
2024-11-17 10:21:50 -08:00
2024-11-17 13:31:24 -08:00
2024-11-14 12:40:57 +01:00
2024-06-24 07:54:56 -07:00
2024-11-18 09:52:11 +08:00
2024-11-18 06:40:51 -08:00
2024-11-14 12:40:57 +01:00
2024-11-20 08:51:45 +00:00
2024-11-14 12:40:57 +01:00
2024-10-04 02:13:31 -07:00
2024-09-23 14:42:57 +02:00
2024-11-14 12:40:57 +01:00
2024-11-14 12:40:57 +01:00
2024-11-20 08:24:58 +08:00
2024-11-14 13:23:11 +01:00
2024-11-14 12:40:57 +01:00
2024-04-23 18:17:04 +02:00
2024-11-06 11:37:33 +00:00
2024-11-14 12:40:57 +01:00