mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
Reworked latest_doc waiting code
Signed-off-by: faldor20 <eli.jambu@yahoo.com>
This commit is contained in:
parent
e3ffa61c36
commit
41088bb7e5
2 changed files with 14 additions and 21 deletions
|
@ -35,7 +35,6 @@ impl RocLs {
|
|||
client,
|
||||
}
|
||||
}
|
||||
///Wait for all the semaphores associated with an in-progress document_info update to be released
|
||||
pub fn capabilities() -> ServerCapabilities {
|
||||
let text_document_sync = TextDocumentSyncCapability::Options(
|
||||
// TODO: later on make this incremental
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue