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
- Host: GitHub
- URL: https://github.com/astropenguin/vscode-remote-test
- Owner: astropenguin
- License: mit
- Created: 2021-08-29T05:32:00.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-29T09:37:14.000Z (almost 5 years ago)
- Last Synced: 2025-02-15T02:44:15.349Z (over 1 year ago)
- Topics: docker, poetry, python, remote-containers, vscode
- Language: Dockerfile
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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