Skip to content

Commit

Permalink
use more alt
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Mar 24, 2024
1 parent b4ffb64 commit 4dcd0d8
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions docs/src/content/docs/getting-started/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ sidebar:
import { FileTree } from '@astrojs/starlight/components';
import { Steps } from '@astrojs/starlight/components';
import { Tabs, TabItem } from '@astrojs/starlight/components';
import { Image } from "astro:assets"

import insidersSrc from '../../../assets/vscode-insiders.png'
import insidersAlt from '../../../assets/vscode-insiders.png.txt?raw'

import selectLLMSrc from '../../../assets/vscode-select-llm.png'
import selectLLMAlt from '../../../assets/vscode-select-llm.png.txt?raw'

You will need to configure the LLM connection and authorizion secrets.

Expand Down Expand Up @@ -172,7 +179,7 @@ It can be installed side-by-side with the stable version of Visual Studio Code.

Open your project in Visual Studio Code Insiders (green icon).

![Visual Studio Code Insiders Icon is green](../../../assets/vscode-insiders.png)
<Image src={insidersSrc} alt={insidersAlt} />

</li>

Expand Down Expand Up @@ -219,7 +226,7 @@ Restart Visual Studio Code Insiders to enable the extension.
When you try to run a script, you will be prompted to authorize the Copilot subscription.
After authorizing access, you will see a quick pick dialog to select one of the installed Language Model.

![Visual Studio Code Insiders Icon is green](../../../assets/vscode-select-llm.png)
<Image src={selectLLMSrc} alt={selectLLMAlt} />

Note that this dialog is not used once you have a populated `.env` file.

Expand Down

0 comments on commit 4dcd0d8

Please sign in to comment.