upgraded but same problem as before. For example I have project with 2 targets: 
JS frontend (karax) and C backend, using this `.vscode/settings.json`
    
    
    {
        "nim.project": [
            "src/back/back.nim",
            "src/front/front.nim"
        ],
    }
    
    
    Run

When I open vscode on the project, I see 1x `nimlangserver` \+ 2x `nimsuggest` 
processes. All is good. When I close vscode `nimlangserver` is not killed, one 
`nimsuggest` process goes `<defunct>` but not the other. If I reopen the same 
vscode project I now have 2x `nimlangserver` \+ 4x `nimsuggest` processes (1 
`<defunct>`). After N repeats would have N `nimlangserver` \+ 2*N `nimsuggest` 
processes.

Reply via email to