Skip to content

Commit

Permalink
We're doing it live!
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiasPius committed Jun 6, 2024
1 parent 2f3a9e9 commit 7a42f27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,7 @@ impl LanguageServer for Backend {
});
}
Ok(Some(v))
}

async fn code_action(&self, params: CodeActionParams) -> Result<Option<CodeActionResponse>> {
let mut response = CodeActionResponse::new();
Expand Down

0 comments on commit 7a42f27

Please sign in to comment.