Skip to content

Commit ba0f19f

Browse files
committed
Add venv bin to remoteEnv
1 parent c813dd7 commit ba0f19f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"remoteEnv": {
1212
"POETRY_VIRTUALENVS_IN_PROJECT": "true",
13-
"PATH": "${containerEnv:PATH}:/home/vscode/.local/bin"
13+
"PATH": "${containerEnv:PATH}:/home/vscode/.local/bin:/workspaces/pypackage/.venv/bin"
1414
},
1515
"extensions": [
1616
"ms-vsliveshare.vsliveshare",

0 commit comments

Comments
 (0)