Branch
Hash :
c4f613aa
Author :
Date :
2024-01-10T16:00:54
docs: Added instruction how to use development container
This documentation explains how to use the development container for Python in Visual Studio Code integrated development environment (IDE).
The development container specification defines a standard for any development tool to use a container as a full-featured development environment.
Follow these simple steps to get started:
Once done, open the project folder of this repository in Visual Studio Code. Then, press F1 or Ctrl+Shift+P to bring up the Command Palette and type Dev Containers: Reopen in Container to start your development environment.
The first time you open the dev containers, the Docker container will be built, and Python dependencies will be installed.
For more details, explore the links mentioned in this document. Also, visit the devcontainers GitHub org to find the Development Containers Specification and additional dev container resources.