Skip to content

Instantly share code, notes, and snippets.

View marcraminv's full-sized avatar
💭
👨‍💻

Marc Ramirez Invernon marcraminv

💭
👨‍💻
View GitHub Profile
@marcraminv
marcraminv / .devcontainer.json
Last active March 6, 2024 19:39
Python environment using devcontainers
{
"image":"mcr.microsoft.com/devcontainers/python:3.11",
"name": "devcontainers-py",
"runArgs": ["--name", "devcontainers-py", "--rm"],
"customizations": {
"vscode": {
"extensions": [
"ms-python.python",
"ms-python.debugpy",
"ms-python.vscode-pylance",