diff --git a/vscode-extension/package.json b/vscode-extension/package.json index 414f82e85..950863866 100644 --- a/vscode-extension/package.json +++ b/vscode-extension/package.json @@ -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" }