Files
vscode/extensions/copilot/test/simulation/fixtures/multiFileEdit/readme-generation/.devcontainer/devcontainer.json
T
kieferrmandcopilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> 333d9a4053 Hello Copilot
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
2025-06-27 11:35:20 +02:00

28 lines
932 B
JSON

{
"name": "Python 3-test",
"image": "mcr.microsoft.com/devcontainers/python:1.1.9-3.11-bookworm",
"postCreateCommand": "zsh -l .devcontainer/post-install.sh",
"remoteUser": "root",
"customizations": {
"vscode": {
"extensions": [
"ms-python.python",
"ms-toolsai.jupyter",
"ms-azuretools.vscode-azurefunctions",
"mhutchie.git-graph",
"charliermarsh.ruff",
"ms-python.vscode-pylance",
"esbenp.prettier-vscode"
],
"settings": {
"python.pythonPath": "/usr/local/bin/python",
"terminal.integrated.profiles.linux": {
"zsh": {
"path": "/usr/bin/zsh"
}
},
"terminal.integrated.defaultProfile.linux": "zsh"
}
}
}
}