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 008828e commit c5efbbfCopy full SHA for c5efbbf
.devcontainer/devcontainer.json
@@ -6,8 +6,8 @@
6
"image": "mcr.microsoft.com/devcontainers/python:1-3.12-bullseye",
7
8
"features": {
9
- "ghcr.io/devcontainers-contrib/features/black:2": {},
10
- "ghcr.io/devcontainers-contrib/features/pylint:2": {}
+ "ghcr.io/devcontainers-extra/features/black:2": {},
+ "ghcr.io/devcontainers-extra/features/pylint:2": {}
11
},
12
13
// Use 'forwardPorts' to make a list of ports inside the container available locally.
0 commit comments