2019-04-16 18:19:04 -07:00
|
|
|
{
|
2020-08-11 20:27:14 +00:00
|
|
|
"name": "Python 3",
|
2024-04-05 13:22:31 +05:30
|
|
|
"image": "mcr.microsoft.com/devcontainers/python:1-3.12",
|
2022-05-17 12:41:41 -07:00
|
|
|
"customizations": {
|
|
|
|
|
// Configure properties specific to VS Code.
|
|
|
|
|
"vscode": {
|
2022-12-23 08:32:53 -06:00
|
|
|
"settings": {},
|
2022-05-17 12:41:41 -07:00
|
|
|
"extensions": [
|
2022-12-23 08:32:53 -06:00
|
|
|
"streetsidesoftware.code-spell-checker"
|
2022-05-17 12:41:41 -07:00
|
|
|
]
|
|
|
|
|
}
|
2019-08-06 01:49:08 +00:00
|
|
|
},
|
2021-03-16 15:40:01 +00:00
|
|
|
"portsAttributes": {
|
|
|
|
|
"9000": {
|
|
|
|
|
"label": "Hello Remote World",
|
|
|
|
|
"onAutoForward": "notify"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-10-27 20:29:38 +08:00
|
|
|
"postAttachCommand": "python app.py"
|
2019-08-06 01:49:08 +00:00
|
|
|
}
|