You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a detached process to clean up tmp dirs on closing
The temp dir cleanup is done on the "exit" notification.
BTW, if the OS/system is too slow, the language server may be killed by the
IDE if it takes too long to clean up temporary build directories.
To avoid it a new detached process is created with the only purpose to
remove the temporary directories. Since it's detached it will run even
after the parent process exits.
0 commit comments