Skip to content

Commit cef6612

Browse files
Copilotobserverw
andcommitted
Remove WithRequestCallHierarchy capability from TsserverClient
Co-authored-by: observerw <[email protected]>
1 parent b95c3fd commit cef6612

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lsp_client/clients/tsserver.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
from loguru import logger
1111

1212
from lsp_client.capability.request import (
13-
WithRequestCallHierarchy,
1413
WithRequestDefinition,
1514
WithRequestDocumentSymbol,
1615
WithRequestHover,
@@ -42,7 +41,6 @@ class TsserverClient(
4241
WithRequestReferences,
4342
WithRequestImplementation,
4443
WithRequestTypeDefinition,
45-
WithRequestCallHierarchy,
4644
WithRequestDocumentSymbol,
4745
WithRequestWorkspaceSymbol,
4846
WithReceiveLogMessage,

0 commit comments

Comments
 (0)