Skip to content

Commit

Permalink
Update image URLs in install-vscode.mdx (Lunch break commit)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdorfman committed Jan 27, 2025
1 parent 66cb14d commit 09617ba
Showing 1 changed file with 7 additions and 19 deletions.
26 changes: 7 additions & 19 deletions docs/cody/clients/install-vscode.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ You can install VS Code directly from the [VS Code extension marketplace listing
- Type **Cody AI** in the search bar and click the **Install** button
- After installing, you may be prompted to reload VS Code to activate the extension

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

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

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

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

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

### Sourcegraph Enterprise Cody Users

<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>

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

You'll be prompted to choose how to sign-in, select **Sign In to Sourcegraph Instances v5.1 and above**.
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.

![](https://storage.googleapis.com/sourcegraph-assets/Docs/927fb401aa80af47f4384a854309b0ed5ac58da34507ed4c0dfd72da61e1edfb.png)

Enter the URL of your Enterprise instance. If you are unsure, please contact your administrator.

<img
src="https://storage.googleapis.com/sourcegraph-assets/Docs/c8fc65594ac718cfc6e6d67e76af8dd8989c8dd6300725f5afd872210f76e786.png"
alt="Instance URL"
style={{ aspectRatio: '1210 / 150' }}
/>
![](https://storage.googleapis.com/sourcegraph-assets/Docs/vscode-cody-enterprise-login.png)

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.

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

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

Expand Down Expand Up @@ -127,7 +115,7 @@ The chat interface is designed intuitively. Your very first chat input lives at
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.

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

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

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).

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

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.

Expand Down

0 comments on commit 09617ba

Please sign in to comment.