An open API service indexing awesome lists of open source software.

https://github.com/astropenguin/vscode-remote-test

Test of creating a Python environment using VS Code Remote Containers
https://github.com/astropenguin/vscode-remote-test

docker poetry python remote-containers vscode

Last synced: about 1 month ago
JSON representation

Test of creating a Python environment using VS Code Remote Containers

Awesome Lists containing this project

README

          

# vscode-remote-test
Test of creating a Python environment using VS Code Remote Containers

## Overview

This repository demonstrates how to create a Python environment managed by [Poetry] as a [development container] for [VS Code].

## Installation

1. Install [VS Code] and [Docker Desktop], and launch them
1. Install the [Remote Containers] extension to VS Code
1. Clone this repository and open it by VS Code
1. Choose `Reopen in Container` from the [Command Palette]
1. Done!

[Command Palette]: https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette
[development container]: https://code.visualstudio.com/docs/remote/containers
[Docker Desktop]: https://www.docker.com/products/docker-desktop
[Poetry]: https://python-poetry.org
[Remote Containers]: https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers
[VS Code]: https://code.visualstudio.com