Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Confusing error message when the query server is out of memory

Aperta
#542 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
4/5
Tempo stimato
3-5 giorni
Idoneità per principianti
35/100
Tipo di issue
Bug
Chiarezza
Abbastanza chiara
Stato di attività
Ferma
Stack tecnologico
typescript
Ambito
tooling

Direzione di ricerca

Non viene indicato alcun file, test o punto di ingresso. Inizia individuando la gestione dell’esaurimento della memoria di query-server e il codice che visualizza la finestra di dialogo esistente "Internal Error"; il lavoro è terminato quando OOME viene rilevato e gli utenti ricevono le istruzioni proposte per riavviare ed eseguire nuovamente.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

bug Complexity: Medium VSCode

The user is not properly notified when the query server runs out of memory. A popup message appears with "Internal Error" on it. There are logs in the query server that state an OOME occurred, but the majority of users will not know where to find that information.

Proposed solution:

  1. Detect when the query server runs out of memory
  2. Open an error message dialog with the following text "The query server has run out of memory and will be restarted. Please run your query again." (Or something like that.)

It would be even better if we could give instructions on how to add more memory to the query server, but I don't think that's possible.

Lingua principale
TypeScript
Stelle
539
Fork
240
Merge medio
2g 6h
PR unite (30g)
29

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di github/vscode-codeql

Tutte le issue di github/vscode-codeql

Issue simili

Altre issue su TypeScript

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.