You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Missing `super()` Call**: Forgetting to call `super().check_server_capability(...)` or `super().register_server_request_hooks(...)` can break the inheritance chain.
370
+
-**Missing `super()` Call**: Forgetting to call `super().check_server_capability()` or `super().register_server_request_hooks(...)` can break the inheritance chain.
376
371
-**Missing Export**: An `ImportError` may indicate the capability was not added to `__init__.py`.
377
372
-**Missing `file_paths`**: Failure to use `file_request` or manually handle synchronization prevents the server from seeing the document content.
378
373
-**Assertion Failure**: An `assert` failure on startup indicates the server does not support the capability.
0 commit comments