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 01301e1 commit b95c3fdCopy full SHA for b95c3fd
src/lsp_client/clients/tsserver.py
@@ -62,14 +62,6 @@ class TsserverClient(
62
include_completions_for_module_exports: bool = True
63
include_completions_with_insert_text: bool = True
64
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
73
@override
74
def get_language_id(self) -> lsp_type.LanguageKind:
75
return lsp_type.LanguageKind.TypeScript
0 commit comments