File size: 194 Bytes
b5cb408
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
{
  "name": "Devcontainer",
  "image": "mcr.microsoft.com/devcontainers/python:3.8-bookworm",
  "customizations": {
    "vscode": {
      "extensions": ["ms-python.python"]
    }
  }
}