DanTup
added
is enhancement
labels
May 14, 2026Previously after 20s we consider the daemon unresponsive and show a notification (and record an event). However, logs have been provided showing 40s responses if VS Code is opened at the same time as many other applications immediately after booting a MacBook. This change keeps the 20s timeout and returns a default response, but only shows the notification/records an event if there is no response for 2 minutes. This should avoid false alerts without potentially delaying anything where we've blocked the UI waiting on a response for a long period. Fixes #6048