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 55c3be7 commit b18fe3dCopy full SHA for b18fe3d
.devcontainer/devcontainer.json
@@ -14,15 +14,15 @@
14
"jjjermiah.pixi-vscode",
15
"ms-python.python",
16
"charliermarsh.ruff",
17
- "tamasfe.even-better-toml",
+ "tamasfe.even-better-toml",
18
"mhutchie.git-graph",
19
"GitHub.copilot",
20
- "ryanluker.vscode-coverage-gutters"
+ "ryanluker.vscode-coverage-gutters"
21
]
22
}
23
},
24
"features": {
25
- // "ghcr.io/devcontainers/features/common-utils:2": {},
+ "ghcr.io/devcontainers/features/common-utils:2": {},
26
27
"mounts": [
28
"source=${localWorkspaceFolderBasename}-pixi,target=${containerWorkspaceFolder}/.pixi,type=volume"
0 commit comments