We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c813dd7 commit ba0f19fCopy full SHA for ba0f19f
.devcontainer/devcontainer.json
@@ -10,7 +10,7 @@
10
},
11
"remoteEnv": {
12
"POETRY_VIRTUALENVS_IN_PROJECT": "true",
13
- "PATH": "${containerEnv:PATH}:/home/vscode/.local/bin"
+ "PATH": "${containerEnv:PATH}:/home/vscode/.local/bin:/workspaces/pypackage/.venv/bin"
14
15
"extensions": [
16
"ms-vsliveshare.vsliveshare",
0 commit comments