Skip to content

Commit

Permalink
feat: enable definition provider
Browse files Browse the repository at this point in the history
  • Loading branch information
kobyhallx committed Nov 27, 2023
1 parent f5aee88 commit 0f1da0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/lsp/src/requests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pub(crate) fn on_initialize(
code_lens_provider: Some(code_lens),
document_formatting_provider: true,
nargo: Some(nargo),
definition_provider: todo!(),
definition_provider: Some(lsp_types::OneOf::Left(true)),
},
server_info: None,
})
Expand Down

0 comments on commit 0f1da0c

Please sign in to comment.