We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36d1140 + 7fe6d61 commit d18fca5Copy full SHA for d18fca5
1 file changed
.devcontainer/devcontainer.json
@@ -12,7 +12,8 @@
12
"customizations": {
13
"vscode": {
14
"settings": {
15
- "python.defaultInterpreterPath": "/usr/local/bin/python",
+ "python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python",
16
+ "python.terminal.activateEnvironment": true,
17
"remote.autoForwardPorts": false,
18
"python.createEnvironment.trigger": "off",
19
"python.analysis.typeCheckingMode": "off"
@@ -23,5 +24,6 @@
23
24
]
25
}
26
},
27
+ "postCreateCommand": "uv sync",
28
"remoteUser": "vscode"
29
0 commit comments