Skip to content

Commit 448f657

Browse files
committed
Fix mkdocs not working in devcontainer shell
1 parent b82c30f commit 448f657

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: .devcontainer/devcontainer.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
"name": "Python 3",
55
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
66
"image": "mcr.microsoft.com/devcontainers/python:0-3.11",
7-
"features": {
8-
"ghcr.io/devcontainers-contrib/features/mkdocs:2": {}
9-
},
7+
"features": {},
108
// Features to add to the dev container. More info: https://containers.dev/features.
119
// "features": {},
1210
// Use 'forwardPorts' to make a list of ports inside the container available locally.

0 commit comments

Comments
 (0)