Skip to content

Commit 09617ba

Browse files
committed
Update image URLs in install-vscode.mdx (Lunch break commit)
1 parent 66cb14d commit 09617ba

File tree

1 file changed

+7
-19
lines changed

1 file changed

+7
-19
lines changed

docs/cody/clients/install-vscode.mdx

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You can install VS Code directly from the [VS Code extension marketplace listing
2222
- Type **Cody AI** in the search bar and click the **Install** button
2323
- After installing, you may be prompted to reload VS Code to activate the extension
2424

25-
![install-cody-vscode](https://storage.googleapis.com/sourcegraph-assets/Docs/install-cody-vscode.png)
25+
![install-cody-vscode](https://storage.googleapis.com/sourcegraph-assets/Docs/install-cody-vscode-2025.png)
2626

2727
Alternatively, you can also [download and install the extension from the VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=sourcegraph.cody-ai) directly.
2828

@@ -34,33 +34,21 @@ After a successful installation, the Cody icon appears in the [Activity sidebar]
3434

3535
Cody Free and Cody Pro users can sign in to their Sourcegraph.com accounts through GitHub, GitLab, or Google.
3636

37-
![](https://storage.googleapis.com/sourcegraph-assets/Docs/cody-new-ui-0724.jpg)
37+
![](https://storage.googleapis.com/sourcegraph-assets/Docs/cody-new-ui-2025.jpg)
3838

3939
### Sourcegraph Enterprise Cody Users
4040

4141
<Callout type="info"> If you are using an older version of Cody, uninstall it and reload VS Code. It's always recommended to install the latest version before proceeding to next steps.</Callout>
4242

4343
Sourcegraph Enterprise users should connect Cody to their Enterprise instance by clicking **Sign In to Your Enterprise Instance**.
4444

45-
You'll be prompted to choose how to sign-in, select **Sign In to Sourcegraph Instances v5.1 and above**.
45+
You'll be prompted to choose how to sign-in, Enter the URL of your Enterprise instance. If you are unsure, please contact your administrator.
4646

47-
![](https://storage.googleapis.com/sourcegraph-assets/Docs/927fb401aa80af47f4384a854309b0ed5ac58da34507ed4c0dfd72da61e1edfb.png)
48-
49-
Enter the URL of your Enterprise instance. If you are unsure, please contact your administrator.
50-
51-
<img
52-
src="https://storage.googleapis.com/sourcegraph-assets/Docs/c8fc65594ac718cfc6e6d67e76af8dd8989c8dd6300725f5afd872210f76e786.png"
53-
alt="Instance URL"
54-
style={{ aspectRatio: '1210 / 150' }}
55-
/>
47+
![](https://storage.googleapis.com/sourcegraph-assets/Docs/vscode-cody-enterprise-login.png)
5648

5749
A pop-up will ask if you want to Open the URL in a new window. Click **Open** to open the URL in a new window. Next, sign in to your instance. If you do not yet have a login, please contact your administrator.
5850

59-
<img
60-
src="https://storage.googleapis.com/sourcegraph-assets/Docs/3b66de59129d19d8e71ed4d07b1e369ac956b7e3177cb8d3af60765559842431.png"
61-
alt="Sign in"
62-
style={{ aspectRatio: '784 / 806' }}
63-
/>
51+
![](https://storage.googleapis.com/sourcegraph-assets/Docs/sign-in-to-sourcegraph-2025.jpg)
6452

6553
Create an access token from Account Settings - Access Tokens. Click **+ Generate new token**
6654

@@ -127,7 +115,7 @@ The chat interface is designed intuitively. Your very first chat input lives at
127115
Since your first message to Cody anchors the conversation, you can return to the top chat box anytime, edit your prompt, or re-run it using a different LLM model.
128116

129117
<video width="1920" height="1080" loop playsInline controls style={{ width: '100%', height: 'auto', aspectRatio: '1920 / 1080' }}>
130-
<source src="https://storage.googleapis.com/sourcegraph-assets/Docs/Media/cody-in-action-102024.mp4" type="video/mp4" />
118+
<source src="https://storage.googleapis.com/sourcegraph-assets/Docs/Media/cody-in-action-2025.mp4" type="video/mp4" />
131119
</video>
132120

133121
### Chat History
@@ -170,7 +158,7 @@ Cody defaults to showing @-mention context chips for all the context it intends
170158

171159
When you start a new Cody chat, the chat input window opens with a default `@-mention` context chips for all the context it intends to use. This context is based on your current repository and current file (or a file selection if you have code highlighted).
172160

173-
![context-retrieval](https://storage.googleapis.com/sourcegraph-assets/Docs/context-retrieval-102024.png)
161+
![context-retrieval](https://storage.googleapis.com/sourcegraph-assets/Docs/context-retrieval-2025.png)
174162

175163
At any point in time, you can edit these context chips or remove them completely if you do not want to use these as context. Any chat without a context chip will instruct Cody to use no codebase context. However, you can always provide an alternate `@-mention` file or symbols to let Cody use it as a new source of context.
176164

0 commit comments

Comments
 (0)