docker-mods/.devcontainer/devcontainer.json
2026-03-07 11:29:34 +01:00

18 lines
402 B
JSON

{
"name": "beets-httpshell",
"image": "mcr.microsoft.com/devcontainers/python:3",
"customizations": {
"vscode": {
"extensions": [
"ms-python.python",
"ms-python.vscode-pylance"
],
"settings": {
"python.defaultInterpreterPath": "/usr/local/bin/python",
"python.analysis.typeCheckingMode": "basic"
}
}
},
"forwardPorts": [5555]
}