Skip to content

Commit

Permalink
Don't send document uri when call rust_reload_workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
manateelazycat committed Sep 22, 2024
1 parent 4102fc6 commit 6362ae4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/handler/rust_reload_workspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ class RustReloadWorkspace(Handler):
name = "rust_reload_workspace"
method = "rust-analyzer/reloadWorkspace"
cancel_on_change = False
send_document_uri = False

def process_request(self) -> dict:
return dict()
Expand Down

0 comments on commit 6362ae4

Please sign in to comment.