After opening a project in VSCode or VSCodium, when it’s closed, the agent process is still running. I saw in the pre release notes a crash had been resolved in the agent. I don’t know if it’s crashing and hanging, or just failing to receive (or act on) a call to exit when the editor closes.
Yea I think vscode manages the lifetime of the extension based on it being activated in a vscode window. Closing the window or reloading it without wren or luxe project stuff should kill the binary it spawned as well I think. If not we can make it do that as intended but usually it does iirc.