We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fb9518 commit 183fdfbCopy full SHA for 183fdfb
.devcontainer/devcontainer.json
@@ -32,7 +32,7 @@
32
"vscode": {
33
// Set *default* container specific settings.json values on container create.
34
"settings": {
35
- "python.defaultInterpreterPath": "/usr/bin/python",
+ "python.defaultInterpreterPath": "/workspaces/machine.py/.venv/bin/python",
36
"[python]": {
37
"editor.defaultFormatter": "ms-python.black-formatter",
38
"editor.codeActionsOnSave": {
@@ -62,7 +62,8 @@
62
"GitHub.copilot"
63
]
64
}
65
- }
+ },
66
+ "postStartCommand": "poetry install"
67
// Uncomment to connect as an existing user other than the container default. More info: https://aka.ms/dev-containers-non-root.
68
// "remoteUser": "devcontainer"
69
0 commit comments