File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 99 // "image": "mcr.microsoft.com/devcontainers/python:0-3.11",
1010 // Features to add to the dev container. More info: https://containers.dev/features.
1111 "features" : {
12- "ghcr.io/devcontainers-contrib /features/apt-packages:1" : {
12+ "ghcr.io/devcontainers-extra /features/apt-packages:1" : {
1313 "packages" : [
1414 " libcairo2-dev" ,
1515 " libfreetype6-dev" ,
2020 " pngquant"
2121 ]
2222 },
23- "ghcr.io/devcontainers-contrib /features/coverage-py:2" : {}
23+ "ghcr.io/devcontainers-extra /features/coverage-py:2" : {}
2424 },
2525 // Configure tool-specific properties.
2626 "customizations" : {
8080 " tag:yaml.org,2002:python/name:pymdownx.superfences.fence_code_format" ,
8181 " tag:yaml.org,2002:python/name:material.plugins.tags.casefold" ,
8282 " tag:yaml.org,2002:python/name:material.plugins.tags.page_url"
83- ],
83+ ]
8484 },
8585 "extensions" : [
8686 " bierner.markdown-mermaid" ,
You can’t perform that action at this time.
0 commit comments