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.
2 parents c0390db + f20b0b4 commit 31d4397Copy full SHA for 31d4397
.devcontainer/devcontainer.json
@@ -7,7 +7,7 @@
7
"features": {
8
"ghcr.io/devcontainers/features/python:1": {},
9
"ghcr.io/devcontainers-contrib/features/black:2": {}
10
- }
+ },
11
// Features to add to the dev container. More info: https://containers.dev/features.
12
// "features": {},
13
// Use 'forwardPorts' to make a list of ports inside the container available locally.
@@ -18,4 +18,4 @@
18
// "customizations": {},
19
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
20
// "remoteUser": "root"
21
-}
+}
0 commit comments