Skip to content

Commit

Permalink
feat(ask-sourcery): pass "askSourcery" as the trigger method (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruancomelli authored Sep 12, 2023
1 parent f9597d2 commit 0e6ad9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ask-sourcery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export function askSourceryCommand(recipes: Recipe[], contextRange?) {
request: "executeRecipe",
recipeId: result.id,
name: result.label,
trigger: "askSourcery",
};
} else {
// the user entered some custom text
Expand Down

0 comments on commit 0e6ad9e

Please sign in to comment.