Skip to content

Commit 781aa62

Browse files
committed
Update devcontainer configuration to use a pre-built Python image for improved setup
1 parent 6054a78 commit 781aa62

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

struct_module/contribs/configs/devcontainer.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ folders:
22
- .devcontainer/devcontainer.json:
33
content: |
44
{
5-
"name": "My Dev Container",
6-
"dockerFile": "Dockerfile",
5+
"image": "mcr.microsoft.com/vscode/devcontainers/python:3",
76
"settings": {
87
"terminal.integrated.shell.linux": "/bin/bash"
98
},

0 commit comments

Comments
 (0)