scope

val scope: CoroutineScope

Client-lifetime coroutine scope, used for work that must outlive any single editor session (e.g. sending textDocument/didClose as a plugin tears down its own scope).