mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-04 20:46:29 +03:00
Do not trigger documentHover if server capabilities do not provide hover.
Fix in TypeScript pre-definition.
This commit is contained in:
@@ -686,7 +686,7 @@ void LanguagesSyntaxHighlighting::load() {
|
||||
[]() -> SyntaxDefinition& { return addTypeScript(); },
|
||||
{ "%.ts$", "%.d%.ts$" },
|
||||
{},
|
||||
|
||||
{},
|
||||
{ "ts" } } );
|
||||
|
||||
sdm->addPreDefinition( { "TSX",
|
||||
|
||||
Reference in New Issue
Block a user