microsoft / microsoft/TypeScript-Sublime-Plugin
Queue timeout error when using typescript_go_to_definition
Nadie ha tomado este issue todavía.
- Lenguaje dominante
- JavaScript
- Estrellas
- 1.7k
- Forks
- 236
- Merge medio
- 21 d 13 h
- PR fusionados (30 d)
- 1
Descripción
The function typescript_go_to_definition used to work quite well for me and I have it mapped to my middle-click so that when I middle-click a name, it will jump to the code definition. Recently, this hasn't been working reliably and I don't know what changed. It started requiring multiple clicks, first click would pause then nothing, second click the same, third click would jump to the definition with no pause.
Now it hangs almost all the time and doesn't jump to the definition and opening the console log, it says queue timeout after each click.
I excluded a lot of folders and files from indexing like node_modules and build files and that sped up indexing but hasn't fixed this issue.
Is there a way I can diagnose this like a verbose mode to see where it is getting stuck?
This is on MacOS Mojave 10.14.6, Sublime 3.2.2 build 3211.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Línea de trabajo
Comienza reproduciendo el fallo con typescript_go_to_definition en la configuración indicada de Sublime 3.2.2 y macOS Mojave; después, inspecciona el registro de la consola en busca del tiempo de espera agotado de la cola. Compara el comportamiento con las exclusiones de indexación activadas e identifica dónde deja de responder la solicitud de definición. Se considera terminado cuando el comando salta de forma fiable a la definición sin hacer clic varias veces ni producir tiempos de espera agotados de la cola.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- javascript, typescript
- Área
- devtools
- Tipo de issue
- Error
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Estado de actividad
- Estancado
- Claridad
- Necesita aclaración
- Aptitud para principiantes
- 35/100