mirror of
https://github.com/jlengrand/getting-started-with-github-copilot.git
synced 2026-03-10 08:21:18 +00:00
16 lines
335 B
JSON
16 lines
335 B
JSON
{
|
|
"name": "Python 3",
|
|
"image": "mcr.microsoft.com/vscode/devcontainers/python:3.13",
|
|
"forwardPorts": [8000],
|
|
"postCreateCommand": "pip install -r requirements.txt",
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"GitHub.copilot",
|
|
"ms-python.python",
|
|
"ms-python.debugpy"
|
|
]
|
|
}
|
|
}
|
|
}
|