We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6054a78 commit 781aa62Copy full SHA for 781aa62
1 file changed
struct_module/contribs/configs/devcontainer.yaml
@@ -2,8 +2,7 @@ folders:
2
- .devcontainer/devcontainer.json:
3
content: |
4
{
5
- "name": "My Dev Container",
6
- "dockerFile": "Dockerfile",
+ "image": "mcr.microsoft.com/vscode/devcontainers/python:3",
7
"settings": {
8
"terminal.integrated.shell.linux": "/bin/bash"
9
},
0 commit comments