Skip to content

A repository of my development container definitions for the VS Code Remote - Containers extension

Notifications You must be signed in to change notification settings

merhard/vscode-dev-containers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Usage

To add any of these settings to an app, copy the appropriate devcontainer and/or vscode folders into the root of your app. Be sure to prefix the copied folders with a "." (devcontainer => .devcontainer, etc).

Here is an example ZSH command to run if this repo has been cloned to your machine:

for dir in ~/Projects/vscode-dev-containers/<LANGUAGE>/*/; do cp -R "$dir" "./.$dir:t"; done

Requirements

(see https://code.visualstudio.com/docs/remote/containers for more information)

VSCode settings.json updates

{
    "dotfiles.repository": "merhard/dotfiles"
}

Notes

  • These settings are just a starting point. They are intended to be modified to fit the specific project requirements.

  • These settings are optimized for MY development experience. They have been designed to work hand-in-hand with my personal dotfiles. Feel free to make adjustments to fit your own preferred development experience.

About

A repository of my development container definitions for the VS Code Remote - Containers extension

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published