Skip to content

Commit

Permalink
fix: better fix message
Browse files Browse the repository at this point in the history
  • Loading branch information
HerringtonDarkholme committed Apr 8, 2024
1 parent fef3dfc commit e0b5875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/lsp/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ impl<L: LSPLang> Backend<L> {
change_annotations: None,
});
let action = CodeAction {
title: "Source Code fix action".to_string(),
title: "Fix with ast-grep".to_string(),
command: None,
diagnostics: None,
edit,
Expand Down

0 comments on commit e0b5875

Please sign in to comment.