Skip to content

Example of using dev containers in VS code editor

License

Notifications You must be signed in to change notification settings

nbekenov/devcon-ex

Repository files navigation

devcon-ex

Example of using dev containers in VS code editor

Set up

  1. Install Docker
  2. Install VS code
  3. Insatll VS extensions
  4. Create configuration file .devcontainer/devcontainer.json

Usage

  1. clone the repo

git clone https://github.com/NursultanBeken/devcon-ex.git

  1. using installed VS extension open folder "devcon-ex" in container

  2. build the project

make build

  1. run tests

make test


Useful extensions:

  • njpwerner.autodocstring - VSCode Python Docstring Generator
  • ms-python.python - Python extension for Visual Studio Code
  • redhat.vscode-yaml - YAML Language Support by Red Hat
  • mohsen1.prettify-json - Prettify ugly JSON inside VSCode
  • ms-azuretools.vscode-docker - The Docker extension
  • CoenraadS.bracket-pair-colorizer - Bracket Pair Colorizer
  • mutantdino.resourcemonitor - Resource Monitor

About

Example of using dev containers in VS code editor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published