Skip to content

Commit

Permalink
🔧 update devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
RF-Tar-Railt committed Feb 10, 2024
1 parent d1d3630 commit 0f8407c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"features": {
"ghcr.io/devcontainers-contrib/features/pdm:2": {}
},
"postCreateCommand": "pdm config venv.in_project true && pdm sync -G:all",
"postCreateCommand": "pdm config venv.in_project true && pdm venv create && pdm sync -G:all",
"customizations": {
"vscode": {
"settings": {
Expand All @@ -23,7 +23,9 @@
"ms-python.vscode-pylance",
"ms-python.isort",
"ms-python.black-formatter",
"usernamehw.errorlens"
"usernamehw.errorlens",
"tamasfe.even-better-toml",
"wakatime.vscode-wakatime"
]
}
}
Expand Down

0 comments on commit 0f8407c

Please sign in to comment.