Skip to content

Commit 112e6f6

Browse files
committed
update pixi.lock
1 parent b2af4c7 commit 112e6f6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
"source=${localWorkspaceFolderBasename}-pixi,target=${containerWorkspaceFolder}/.pixi,type=volume"
3030
],
3131
"postCreateCommand": "sudo chown vscode .pixi && pixi install"
32-
}
32+
}

.vscode/extensions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
"ryanluker.vscode-coverage-gutters",
1212
"jjjermiah.pixi-vscode"
1313
]
14-
}
14+
}

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
"/home/vscode/.local/lib/python3.10/site-packages/python_template/**": true
1212
},
1313
"python.analysis.autoImportCompletions": false //vscode gets it wrong more than right and mostly gets in the way
14-
}
14+
}

0 commit comments

Comments
 (0)