Skip to content

Commit

Permalink
Fixed image format
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonJM committed Sep 20, 2023
1 parent 00f9b58 commit 523e11e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/docs/contributing/gitpod/alternatives.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ VS Code Dev Containers on a local computer.
2. **Install VS Code**: VS Code can be downloaded from the [VS Code](https://code.visualstudio.com/Download) website.

3. **Install VS Code Remote Development Extension**: The remote development pack allows VS Code to be used for code edition in development containers. This extension can be downloaded from the [VS Code] website, or by typing `remote development` into the extension tab's
<img src="../../../../../public/images/contributing/gitpod/extension.png" alt="codespaces dropdown" width="25"/> search bar search bar
<img src="../../../../../public/images/contributing/gitpod/extension.png" alt="codespaces dropdown" width="25"/> search bar search bar

4. **Clone a Repository in Container Volume**: Once everything is installed, open both Docker Desktop and VS Code prior going through the steps to create a local Dev Container:

Expand All @@ -49,7 +49,7 @@ VS Code Dev Containers on a local computer.
- Click the dropdown menu at the top of the panel and select `Dev Containers`

<p align="center">
<img src="../../../../../public/images/contributing/gitpod/remote-explorer-dropdown.png" alt="remote explorer tab" width="400"/>
<img src="../../../../../public/images/contributing/gitpod/remote-explorer-dropdown.png" alt="remote explorer tab" width="400"/>
</p>

- Press the `+` sign under the dropdown menu (this is only visible when the cursor is placed over the banner).
Expand Down

0 comments on commit 523e11e

Please sign in to comment.