-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Language server] Content of language server hover feature is duplicated #10117
Labels
kind/bug
Outline of a bug - must adhere to the bug report template.
severity/P1
Has a major impact to usage or development of the system.
sprint/current
Comments
SkorikSergey
added
kind/bug
Outline of a bug - must adhere to the bug report template.
severity/P2
Has a minor but important impact to the usage or development of the system.
labels
Jun 20, 2018
In the constructor of org.eclipse.che.plugin.languageserver.ide.LanguageServerExtension, a listener is hooked up which calls defaultHoverProviderInitializer.initialize() on each workpace startup. That in turn registers our hover provider each time. |
Closed
SkorikSergey
changed the title
Content of language server hover feature is duplicated
[Language server] Content of language server hover feature is duplicated
Aug 8, 2018
This was referenced Aug 10, 2018
ghost
added
team/ide
severity/P1
Has a major impact to usage or development of the system.
and removed
severity/P2
Has a minor but important impact to the usage or development of the system.
labels
Aug 11, 2018
Labeled as P1 since it affects language support for all languages. |
dmytro-ndp
pushed a commit
that referenced
this issue
Sep 20, 2018
SkorikSergey
added a commit
that referenced
this issue
Sep 25, 2018
This does impact Java and NodeJS too |
C# as well. In the
|
dmytro-ndp
pushed a commit
that referenced
this issue
Oct 22, 2018
Signed-off-by: Dmytro Nochevnov <dnochevnov@codenvy.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
kind/bug
Outline of a bug - must adhere to the bug report template.
severity/P1
Has a major impact to usage or development of the system.
sprint/current
Description
Content of hover feature is duplicated after workspace restarting in next LS:
For PHP and Python language servers hover content is duplicated on the first start of workspace( PHP - #10065 and Python - #10063.).
Reproduction Steps
Addition information:
The text was updated successfully, but these errors were encountered: