Skip to content

Commit c1e1158

Browse files
committed
fix(tooling): update devcontainer config
1 parent 1d39ae3 commit c1e1158

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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",
@@ -20,7 +20,7 @@
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": {
@@ -80,7 +80,7 @@
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",

0 commit comments

Comments
 (0)