Lingering Julia processes?

I have noticed that after closing VSCode, there remain about 3 or 4 Julia processes in the background. That is not because of indexing packages, because VSCode has already finished indexing, and there is no CPU usage by those processes. What could be happening?

Might be that the language server process started by VS Code hasn’t been closed properly. See the following issue on GitHub:

https://github.com/julia-vscode/julia-vscode/issues/1951