Skip to content

VS Code + Remote Containers

Using VS Code + Remote Containers is a GUI-driven method for setting up your local development environment. This method is considered the easiest way to get started with local development. This method is great for those who are new to the command line and want to use VS Code as their editor.

Installation

  1. Install VS Code
  2. Install the Remote - Containers extension
  3. Open the project in VS Code
  4. Click the button in the lower-left corner of the window that says "Reopen in Container"
  5. Wait for the container to build and start

Additional setup

dotfiles

Many developers rely on aliases and other shell configurations to make their lives easier. If you want to use these aliases in your dev container, you can reference the VS Code documentation about Personalizing with dotfiles

VS Code extensions

If you want to use VS Code extensions in your dev container, you can reference the VS Code documentation about Using extensions with a dev container. Not every extension is related to the project, and some would be considered personal preferences, these should be installed this way.


Last update: 2023-08-31
Created: 2023-08-31