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
@@ -2055,23 +2066,6 @@ export class Cline extends EventEmitter<ClineEvents> {
2055
2066
}).catch(()=>{})
2056
2067
}
2057
2068
2058
-
// we want to get diagnostics AFTER terminal cools down for a few reasons: terminal could be scaffolding a project, dev servers (compilers like webpack) will first re-compile and then send diagnostics, etc
2059
-
/*
2060
-
let diagnosticsDetails = ""
2061
-
const diagnostics = await this.diagnosticsMonitor.getCurrentDiagnostics(this.didEditFile || terminalWasBusy) // if cline ran a command (ie npm install) or edited the workspace then wait a bit for updated diagnostics
2062
-
for (const [uri, fileDiagnostics] of diagnostics) {
// clear task resets the current session and allows for a new task to be started, if this session is a subtask - it allows the parent task to be resumed
0 commit comments