valentjn / vscode-ltex

LTeX: Grammar/spell checker :mag::heavy_check_mark: for VS Code using LanguageTool with support for LaTeX :mortar_board:, Markdown :pencil:, and others
https://valentjn.github.io/ltex
Mozilla Public License 2.0
759 stars 27 forks source link

LTex keeps running after VS Code has quit #872

Open SamuelMarks opened 4 months ago

SamuelMarks commented 4 months ago

Describe the bug File -> Exit. Check ps and find java is still running an hour later.

Steps to reproduce Steps to reproduce the behavior:

  1. Open VS code (I tend to have ~3 windows each with a LaTeX document)
  2. Exit VS code
  3. Check processes

Expected behavior Should exit when VS code is exited

Sample document N/A

LTeX configuration

No custom config

"LTeX Language Server" log file First, reproduce the bug. Then, go to ViewOutput and select LTeX Language Server in the drop-down list. Paste this log here:

``` REPLACE_THIS_WITH_LTEX_LANGUAGE_SERVER_LOG ```

"LTeX Language Client" log file First, set the ltex.trace.server setting in your settings.json to "verbose". Then, reload the VS Code window and reproduce the bug. Go to ViewOutput and select LTeX Language Client in the drop-down list. Paste this log here (note: it will contain your checked document):

``` REPLACE_THIS_WITH_LTEX_LANGUAGE_CLIENT_LOG ```

Version information List here the version information of the relevant software.

Additional context/information You can add any other context or information about the problem here.

wc1018 commented 2 months ago

I have the same problem as you. Openjdk binary eats my RAM repeatedly every time I start VSCode. Has it been solved now?