Skip to content

Commit

Permalink
[RFC] Updated content to add a bit more information
Browse files Browse the repository at this point in the history
Discussed content with Sarmad and Ankush, but didn't actually talk about the formatting so want to request comments.

## Test Plan

| | Dark mode | Light Mode |
|--|--|--|
| 1 | <img width="1920" alt="Screenshot 2024-02-26 at 16 20 34" src="https://github.com/lastmile-ai/aiconfig/assets/151060367/9e9edf80-ad95-4400-9de5-e3d460125cf6"> | <img width="1920" alt="Screenshot 2024-02-26 at 16 20 51" src="https://github.com/lastmile-ai/aiconfig/assets/151060367/852e6825-748e-4b74-b703-9057880caa13"> |
| 2 | <img width="1920" alt="Screenshot 2024-02-26 at 16 20 40" src="https://github.com/lastmile-ai/aiconfig/assets/151060367/e1b1d78d-c7d0-494b-aec4-07dc1a311c2a"> | <img width="1920" alt="Screenshot 2024-02-26 at 16 21 07" src="https://github.com/lastmile-ai/aiconfig/assets/151060367/7bcd8fca-e427-4858-ab9d-ef1684737f95"> |
  • Loading branch information
Rossdan Craig [email protected] committed Feb 26, 2024
1 parent 23af387 commit 83c062a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vscode-extension/media/initializeExtension.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> _Tip_: You can use the Command Palette (`CMD/CTRL + Shift + P`) to run the command `AIConfig: Initialize Extension`
This installs the `python-aiconfig` package, which is used to run the AIConfig editor and SDK.
This installs the `python-aiconfig` package, which is used to run the AIConfig editor and SDK. It can take a few minutes to download for the first time so please be patient.

**[Learn more](https://aiconfig.lastmileai.dev/docs/getting-started)**

Expand Down
2 changes: 1 addition & 1 deletion vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
{
"id": "createAIConfig",
"title": "Create your first AIConfig",
"description": "Turn your VS Code IDE into a generative AI studio:\n[Create .aiconfig.yaml](command:vscode-aiconfig.createAIConfigYAML)\nIf you prefer JSON:\n[Create .aiconfig.json](command:vscode-aiconfig.createAIConfigJSON)",
"description": "Turn your VS Code into a generative AI studio\n**Note:** Please complete the ``Initialize Extension`` step before opening an AIConfig file!\n[Create .aiconfig.yaml](command:vscode-aiconfig.createAIConfigYAML)\nIf you prefer JSON:\n[Create .aiconfig.json](command:vscode-aiconfig.createAIConfigJSON)",
"media": {
"markdown": "media/createAIConfig.md"
},
Expand Down

0 comments on commit 83c062a

Please sign in to comment.