Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.28 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.28 KB

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.