Skip to content

Commit 31d4397

Browse files
authored
Merge pull request #5 from finnless/patch-1
Fix broken devcontainer configuration
2 parents c0390db + f20b0b4 commit 31d4397

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"features": {
88
"ghcr.io/devcontainers/features/python:1": {},
99
"ghcr.io/devcontainers-contrib/features/black:2": {}
10-
}
10+
},
1111
// Features to add to the dev container. More info: https://containers.dev/features.
1212
// "features": {},
1313
// Use 'forwardPorts' to make a list of ports inside the container available locally.
@@ -18,4 +18,4 @@
1818
// "customizations": {},
1919
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
2020
// "remoteUser": "root"
21-
}
21+
}

0 commit comments

Comments
 (0)