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
Do not schedule any new tasks in TaskScheduler if it has been shut down
This is what `shutDown()` is documented to do. I also remember having this check before, it might have gotten lost during a rebase when I was working on #2081.
I noticed this while investigating #2152: In this case `buildTarget/prepare` was cancelled because the SourceKit-LSP server was shut down but indexing of a file was still started after the shutdown now that preparation had finished (because it was cancelled).
0 commit comments