diff --git a/src/nimlsp.nim b/src/nimlsp.nim index 0442cd4..5da89a5 100644 --- a/src/nimlsp.nim +++ b/src/nimlsp.nim @@ -666,6 +666,8 @@ proc main(ins: Stream | AsyncFile, outs: Stream | AsyncFile) {.multisync.} = except CatchableError as e: warnLog "Got exception: ", e.msg continue + when defined(windows): + sleep(16) when defined(windows): var