Collecting LSP logs
2025.2+ Any LSP or service logs
(all LSP servers - Tailwind CSS, TypeScript Go, Vue, Svelte, Astro, Deno, Prisma, TypeScript service, Angular TypeScript service, Vue TypeScript Service, Prettier, ESLint, TSLint)
- Add the com.intellij.platform.lsp logging category in Help | Diagnostic Tools | Debug Log Settings…
- Restart the IDE
- Reproduce the issue
- Zip the IDE logs via Help | Collect Logs and Diagnostic Data…
*When this logging category is added, LSP logs are created in the log/language-services directory.
Before 2025.2
TypeScript service logs
- Go to `Help | Diagnostic Tools | Debug Log Settings…
- Add the #com.intellij.lang.javascript.service.JSLanguageServiceQueue:trace to the Custom Debug Log Configuration window
- Restart the IDE
- Reproduce the issue
- Provide JetBrains team with all the logs generated in the project’s root (named ‘.log<numbers>’) and your IDE’s logs (these can be collected via Help | Collect Logs and Diagnostic Data…)
ESLint logs
- Go to Help | Diagnostic Tools | Debug Log Settings…
- Add the #com.intellij.lang.javascript.service.JSLanguageServiceQueue:trace to the Custom Debug Configuration window
- Restart the IDE
- Reproduce the issue
- Provide the JetBrains team with all the IDE logs collected via Help | Collect Logs and Diagnostic Data…
Other LSP logs (Vue, Svelte, Deno, Prisma)
- Go to Help | Diagnostic Tools | Debug Log Settings…
- Add the #com.intellij.platform.lsp to the Custom Debug Configuration window
- Restart the IDE
- Reproduce the issue
- Provide the JetBrains team with all the IDE logs collected via Help | Collect Logs and Diagnostic Data…
Please sign in to leave a comment.