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 67ba657 commit 5cf85d6Copy full SHA for 5cf85d6
.devcontainer/devcontainer.json
@@ -11,7 +11,9 @@
11
},
12
"remoteEnv": {
13
// Allow X11 apps to run inside the container
14
- "DISPLAY": "${localEnv:DISPLAY}"
+ "DISPLAY": "${localEnv:DISPLAY}",
15
+ // Do the equivalent of "activate" the venv so we don't have to "uv run" everything
16
+ "PATH": "/workspaces/${localWorkspaceFolderBasename}/.venv/bin:${containerEnv:PATH}"
17
18
"customizations": {
19
"vscode": {
0 commit comments