Skip to content

Commit b18fe3d

Browse files
committed
add common utils feature
1 parent 55c3be7 commit b18fe3d

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
@@ -14,15 +14,15 @@
1414
"jjjermiah.pixi-vscode",
1515
"ms-python.python",
1616
"charliermarsh.ruff",
17-
"tamasfe.even-better-toml",
17+
"tamasfe.even-better-toml",
1818
"mhutchie.git-graph",
1919
"GitHub.copilot",
20-
"ryanluker.vscode-coverage-gutters"
20+
"ryanluker.vscode-coverage-gutters"
2121
]
2222
}
2323
},
2424
"features": {
25-
// "ghcr.io/devcontainers/features/common-utils:2": {},
25+
"ghcr.io/devcontainers/features/common-utils:2": {},
2626
},
2727
"mounts": [
2828
"source=${localWorkspaceFolderBasename}-pixi,target=${containerWorkspaceFolder}/.pixi,type=volume"

0 commit comments

Comments
 (0)