Skip to content

Commit

Permalink
chore: add completion trigger.
Browse files Browse the repository at this point in the history
  • Loading branch information
yassun7010 committed Jan 29, 2025
1 parent dfb5fdd commit ebd5090
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/server/src/handler/initialize.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ pub fn server_capabilities(client_capabilities: &ClientCapabilities) -> ServerCa
"[".into(),
"{".into(),
" ".into(),
"\n".into(),
]),
completion_item: Some(CompletionOptionsCompletionItem {
label_details_support: (|| -> _ {
Expand Down

0 comments on commit ebd5090

Please sign in to comment.