Skip to content

Commit

Permalink
temporarily remove rename capabilites (FuelLabs#1431)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaBatty authored Apr 29, 2022
1 parent f0beb37 commit faf74dc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions sway-lsp/src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,6 @@ fn capabilities() -> ServerCapabilities {
trigger_characters: None,
..Default::default()
}),
rename_provider: Some(OneOf::Right(RenameOptions {
prepare_provider: Some(true),
work_done_progress_options: WorkDoneProgressOptions {
work_done_progress: Some(true),
},
})),
execute_command_provider: Some(ExecuteCommandOptions {
commands: vec![],
..Default::default()
Expand Down

0 comments on commit faf74dc

Please sign in to comment.