2023-08-11 09:08:12 +02:00
|
|
|
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
|
|
|
|
// README at: https://github.com/devcontainers/templates/tree/main/src/python
|
|
|
|
{
|
|
|
|
"name": "Dev Environment",
|
|
|
|
"build": {
|
2024-02-21 07:53:32 +01:00
|
|
|
"dockerfile": "../Dockerfile"
|
2023-08-11 09:08:12 +02:00
|
|
|
},
|
|
|
|
"customizations": {
|
|
|
|
"vscode": {
|
|
|
|
"extensions": [
|
|
|
|
"aaron-bond.better-comments",
|
|
|
|
"codezombiech.gitignore",
|
|
|
|
"eamodio.gitlens",
|
|
|
|
"EditorConfig.EditorConfig",
|
|
|
|
"GitHub.copilot-chat",
|
|
|
|
"GitHub.copilot",
|
|
|
|
"mads-hartmann.bash-ide-vscode",
|
|
|
|
"ms-azuretools.vscode-docker",
|
|
|
|
"ms-python.python",
|
|
|
|
"ms-vscode.atom-keybindings",
|
|
|
|
"ms-vsliveshare.vsliveshare",
|
|
|
|
"redhat.vscode-yaml",
|
|
|
|
"timonwong.shellcheck",
|
|
|
|
"yzhang.markdown-all-in-one"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
// "forwardPorts": [
|
|
|
|
// 8080,
|
|
|
|
// 8081
|
|
|
|
// ]
|
|
|
|
}
|