redhat-developer / redhat-developer/vscode-java

Status bar keeps showing "100% Starting Java Language Server"

Ouverte
#834 1 commentaire 0 réactions 0 personnes assignées Voir sur GitHub

Personne n'a encore pris cette issue.

extension-start
Langage dominant
TypeScript
Étoiles
2.3k
Forks
546
Merge moyen
20 h 1 min
PR mergées (30 j)
11

Description

The language server has been launched successfully, and all features are ready, but the message is pinned on the status bar. It's probably a racing condition, and it's not stably reproducible.

I've done some investigation to print out the notifications, and I find the sequence on my machine is usually as following:

[Starting]	30% Starting Java Language Server 
[Starting]	35% Starting Java Language Server 
[Starting]	100% Starting Java Language Server 
[Starting]	100% Starting Java Language Server 
[Started]	Ready
[Starting]	100% Starting Java Language Server 

You may notice that after a "started" notification, it still receives a "starting" notification.

But when I met the issue, the log looks like the following, indicating that previous notifications are not received by the callback.

[Starting]	100% Starting Java Language Server

So I guess if it's because: immediately after the languageClient onReady, the previous notifications have been sent, before the callback completes the registration.

Guide de contribution

Ouvrir le guide de contribution

Par où commencer

  1. Lisez l'issue en entier, puis le guide de contribution du projet.
  2. Signalez en commentaire que vous la prenez — cela évite que deux personnes fassent le même travail.
  3. Forkez le dépôt et travaillez sur une branche.
  4. Ouvrez une pull request qui référence le numéro de l'issue.

Piste de recherche

Commencez dans src/extension.ts aux lignes 115-147 et suivez le callback languageClient.onReady ainsi que la gestion de la notification de démarrage. Reproduisez ou inspectez la séquence de notifications signalée, puis confirmez que la barre d’état ne reste plus à 100% Starting après que le serveur a signalé Ready.

Rédigé par le modèle d'indexation à partir du texte de l'issue.

Évaluation

Stack technique
java, typescript
Domaine
devtools
Type d'issue
Bug
Difficulté
3/5
Temps estimé
1-2 jours
Activité
Calme
Clarté
Plutôt claire
Accessibilité débutants
52/100

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.