We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b95c3fd commit cef6612Copy full SHA for cef6612
src/lsp_client/clients/tsserver.py
@@ -10,7 +10,6 @@
10
from loguru import logger
11
12
from lsp_client.capability.request import (
13
- WithRequestCallHierarchy,
14
WithRequestDefinition,
15
WithRequestDocumentSymbol,
16
WithRequestHover,
@@ -42,7 +41,6 @@ class TsserverClient(
42
41
WithRequestReferences,
43
WithRequestImplementation,
44
WithRequestTypeDefinition,
45
46
47
WithRequestWorkspaceSymbol,
48
WithReceiveLogMessage,
0 commit comments