Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
tests(commands): rename Ollama command from selectOllamaModel to conf…
…igureOllamaModel
  • Loading branch information
tsdevau committed Jun 5, 2025
commit bc6a52b1b8b3138a4490882a9b351c958c5d23bc
2 changes: 1 addition & 1 deletion test/gitAndCommands.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ describe("Command Registration and Lifecycle", () => {
"diffCommit.updateAPIKey",
"diffCommit.getAPIKey",
"diffCommit.deleteAPIKey",
"diffCommit.selectOllamaModel",
"diffCommit.configureOllamaModel",
"diffCommit.changeOllamaModel",
"diffCommit.generateCommitMessage",
"diffCommit.previewCommitMessage",
Expand Down