Skip to content

Commit b95c3fd

Browse files
Copilotobserverw
andcommitted
Remove unused attributes from TsserverClient
Co-authored-by: observerw <[email protected]>
1 parent 01301e1 commit b95c3fd

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/lsp_client/clients/tsserver.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,6 @@ class TsserverClient(
6262
include_completions_for_module_exports: bool = True
6363
include_completions_with_insert_text: bool = True
6464

65-
# Auto-import and path suggestions
66-
auto_import_suggestions: bool = True
67-
path_suggestions: bool = True
68-
69-
# Code actions and refactorings
70-
enable_call_hierarchy: bool = True
71-
enable_semantic_highlighting: bool = True
72-
7365
@override
7466
def get_language_id(self) -> lsp_type.LanguageKind:
7567
return lsp_type.LanguageKind.TypeScript

0 commit comments

Comments
 (0)