2023-09-17 01:09:46 +00:00
|
|
|
{
|
|
|
|
"customizations": {
|
|
|
|
"vscode": {
|
|
|
|
"extensions": [
|
2023-09-17 09:12:52 +00:00
|
|
|
"bbenoist.Nix",
|
|
|
|
"ms-python.python",
|
2023-09-27 13:24:53 +00:00
|
|
|
"batisteo.vscode-django",
|
|
|
|
"ms-python.black-formatter"
|
|
|
|
],
|
|
|
|
"settings": {
|
|
|
|
"[python]": {
|
|
|
|
"editor": {
|
|
|
|
"defaultFormatter": "ms-python.black-formatter"
|
2023-09-30 18:57:34 +00:00
|
|
|
},
|
|
|
|
"pipenvPath": "pipenv"
|
2023-09-27 13:24:53 +00:00
|
|
|
}
|
|
|
|
}
|
2023-09-17 01:09:46 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"image": "ghcr.io/cachix/devenv:latest",
|
|
|
|
"overrideCommand": false,
|
|
|
|
"updateContentCommand": "devenv ci"
|
|
|
|
}
|