Skip to content

Commit

Permalink
feat: add revert type completion
Browse files Browse the repository at this point in the history
  • Loading branch information
benpueschel committed Jul 1, 2024
1 parent dc66e61 commit 5519530
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions analysis/completions.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ func (s *State) GetCompletions(request lsp.CompletionRequest) lsp.CompletionResp
Label: "refactor",
Detail: "Indicates a commit that refactors code.",
Documentation: "",
}, {
Label: "revert",
Detail: "Indicates a commit that reverts one ore more previous commits.",
Documentation: "",
}}
}
} else {
Expand Down

0 comments on commit 5519530

Please sign in to comment.