persist errors in modules

This commit is contained in:
2026-02-13 09:58:09 -08:00
parent dcf162684e
commit 4ec199b064
3 changed files with 6 additions and 4 deletions

View File

@@ -59,6 +59,7 @@ function runChange() {
const end = +new Date()
connection.sendDiagnostics({uri,diagnostics})
console.log('CHECK', doc.uri, 'in', end-start);
console.log("GOT\n",JSON.stringify(diagnostics, null, ' '))
running = undefined
// If we just sent one, it seems that we need to give vscode some time to send the rest
// Otherwise, for Elab.newt, we hit 1.8s for each character typed.