Skip to content

Commit

Permalink
add poetry install and update default python in devcontainer (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshannon-sil authored Nov 12, 2024
1 parent 0fb9518 commit 183fdfb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"vscode": {
// Set *default* container specific settings.json values on container create.
"settings": {
"python.defaultInterpreterPath": "/usr/bin/python",
"python.defaultInterpreterPath": "/workspaces/machine.py/.venv/bin/python",
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.codeActionsOnSave": {
Expand Down Expand Up @@ -62,7 +62,8 @@
"GitHub.copilot"
]
}
}
},
"postStartCommand": "poetry install"
// Uncomment to connect as an existing user other than the container default. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "devcontainer"
}

0 comments on commit 183fdfb

Please sign in to comment.