Back to Devpod

Quickstart VS Code

docs/pages/getting-started/quickstart-vscode.mdx

0.6.151.2 KB
Original Source

import AddProvider from '../fragments/add-provider.mdx'

Quickstart with VS Code

Make sure you have installed DevPod on your system.

Install Prerequisites

Make sure to install the following prerequisites:

Add a Provider

<AddProvider />

Start a Workspace with VS Code

Navigate to 'Workspaces' > '+ Create'. Enter your project url or choose one of the quickstart examples.

<figure> <figcaption>Create Workspace</figcaption> </figure>

Make sure to select 'VS Code' under 'Default IDE'

<figure> <figcaption>Select IDE</figcaption> </figure>

Then press 'Create Workspace'.

<figure> <figcaption>Create Workspace</figcaption> </figure>

A new window appears showing DevPod starting the workspace. After the workspace was created, VS Code should open automatically connected to the DevContainer.

<figure> <figcaption>VS Code opens automatically</figcaption> </figure>