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 b18fe3d commit a5bc31aCopy full SHA for a5bc31a
.devcontainer/devcontainer.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "pixi-project",
+ "name": "python_template",
3
"build": {
4
"dockerfile": "Dockerfile",
5
"context": "..",
@@ -27,5 +27,5 @@
27
"mounts": [
28
"source=${localWorkspaceFolderBasename}-pixi,target=${containerWorkspaceFolder}/.pixi,type=volume"
29
],
30
- "postCreateCommand": "sudo chown vscode .pixi && if [ ! -f pixi.toml ]; then cp /workspaces/pixi-project/pixi.toml .; fi && pixi install"
+ "postCreateCommand": "sudo chown vscode .pixi && pixi install"
31
}
0 commit comments