Skip to content

Commit

Permalink
🐛 Fix wrong command name for open provider settings from walkthrough (#…
Browse files Browse the repository at this point in the history
…342)

Resolves #341

Signed-off-by: Ian Bolton <[email protected]>
  • Loading branch information
ibolton336 authored Feb 4, 2025
1 parent 39882a8 commit d9c7f75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -678,9 +678,9 @@
{
"id": "configure-gen",
"title": "Configure Generative AI",
"description": "Configure Generative AI for your project\n[Configure GenAI model settings file](command:konveyor.openModelProviderSettings)",
"description": "Configure Generative AI for your project\n[Configure GenAI model settings file](command:konveyor.modelProviderSettingsOpen)",
"completionEvents": [
"onCommand:konveyor.openModelProviderSettings"
"onCommand:konveyor.modelProviderSettingsOpen"
],
"media": {
"markdown": "media/walkthroughs/gen-ai.md"
Expand Down

0 comments on commit d9c7f75

Please sign in to comment.