mirror of
https://github.com/linuxserver/docker-mods.git
synced 2026-03-23 00:05:28 +08:00
18 lines
402 B
JSON
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]
|
|
}
|