BYU-Bazel / bazel-ls

A Bazel language server prototype
Apache License 2.0
10 stars 0 forks source link

Intelligently sync the server state #147

Closed josiahsrc closed 3 years ago

josiahsrc commented 3 years ago

Right now a lot of the expensive calls are synced immediately after an edit. The workspace tree is also only synced on server start. Fix this so the workspace tree and expensive calls are only invoked N seconds after a user has finished editing.