Skip to content

Instantly share code, notes, and snippets.

@f-bn
Created July 4, 2025 08:38
Show Gist options
  • Select an option

  • Save f-bn/22d1752db9eec7515b1ce6c1162a9eb9 to your computer and use it in GitHub Desktop.

Select an option

Save f-bn/22d1752db9eec7515b1ce6c1162a9eb9 to your computer and use it in GitHub Desktop.
Python devcontainer
{
"image": "docker.io/python:3.13",
"forwardPorts": [3000],
"customizations": {
"vscode": {
"extensions": [
"ms-python.python",
"ms-python.debugpy",
"ms-python.pylint",
"redhat.vscode-yaml",
"samuelcolvin.jinjahtml",
"github.copilot"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment