Skip to content

Commit 0710cbb

Browse files
authored
Merge pull request #110 from posit-dev/remove-dummy-command
remove the `dummy.do_something` command
2 parents 0f117c2 + 9ed59c1 commit 0710cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ark/src/lsp/backend.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ impl LanguageServer for Backend {
174174
document_symbol_provider: Some(OneOf::Left(true)),
175175
workspace_symbol_provider: Some(OneOf::Left(true)),
176176
execute_command_provider: Some(ExecuteCommandOptions {
177-
commands: vec!["dummy.do_something".to_string()],
177+
commands: vec![],
178178
work_done_progress_options: Default::default(),
179179
}),
180180
workspace: Some(WorkspaceServerCapabilities {

0 commit comments

Comments
 (0)