Skip to content

Commit a5bc31a

Browse files
committed
add common utils and fix lines endings
1 parent b18fe3d commit a5bc31a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "pixi-project",
2+
"name": "python_template",
33
"build": {
44
"dockerfile": "Dockerfile",
55
"context": "..",
@@ -27,5 +27,5 @@
2727
"mounts": [
2828
"source=${localWorkspaceFolderBasename}-pixi,target=${containerWorkspaceFolder}/.pixi,type=volume"
2929
],
30-
"postCreateCommand": "sudo chown vscode .pixi && if [ ! -f pixi.toml ]; then cp /workspaces/pixi-project/pixi.toml .; fi && pixi install"
30+
"postCreateCommand": "sudo chown vscode .pixi && pixi install"
3131
}

0 commit comments

Comments
 (0)