Skip to content

Commit

Permalink
[nit] Update Create JSON and Create YAML button commands
Browse files Browse the repository at this point in the history
VSCode walkthroughs automatically format things in pretty blue boxes whenever you have a single command per newline

## Before

<img width="588" alt="Screenshot 2024-02-21 at 15 43 46" src="https://github.com/lastmile-ai/aiconfig/assets/151060367/1f41b509-8b68-438e-a70a-fbfa8bf41b9e">

## After

<img width="599" alt="Screenshot 2024-02-21 at 16 57 59" src="https://github.com/lastmile-ai/aiconfig/assets/151060367/451d3ad3-638b-4e6e-b61a-622f84d64be7">
  • Loading branch information
Rossdan Craig [email protected] committed Feb 21, 2024
1 parent 5cfa7b1 commit 0d71280
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@
},
{
"id": "createAIConfig",
"title": "Create an AIConfig file",
"description": "You can do this either in JSON or YAML format. This file defines the AI models and workflow you want to use in your project.\n[JSON](command:vscode-aiconfig.createAIConfigJSON) [YAML](command:vscode-aiconfig.createAIConfigYAML)",
"title": "Create your first AIConfig",
"description": "You can do this either in JSON or YAML format. This file defines the AI models and workflow you want to use in your project.\n[Create .aiconfig.yaml](command:vscode-aiconfig.createAIConfigYAML)\nIf you prefer JSON:\n[Create .aiconfig.json](command:vscode-aiconfig.createAIConfigJSON)",
"media": {
"markdown": "media/welcomePage.md"
}
Expand Down

0 comments on commit 0d71280

Please sign in to comment.