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
// Give it a moment to die gracefully, then force kill
308
+
setTimeout(()=>{
309
+
if(!childProcess.killed){
310
+
childProcess.kill('SIGKILL')
311
+
}
312
+
},1000)
313
+
resolve([
314
+
{
315
+
type: 'json',
316
+
value: {
317
+
errorMessage: `Code search timed out after ${timeoutSeconds} seconds. The search may be too broad or the pattern too complex. Try narrowing your search with more specific flags or a more specific pattern.`,
errorMessage: `Code search timed out after ${timeoutSeconds} seconds. The search may be too broad or the pattern too complex. Try narrowing your search with more specific flags or a more specific pattern.`,
0 commit comments