Skip to content

Commit

Permalink
Revert to setting default Python to venv Python
Browse files Browse the repository at this point in the history
redirection script doesn't work as well with venvs as we thought

N.B Python extn can take a minute to start on codespaces
  • Loading branch information
Jongmassey committed May 9, 2024
1 parent 3d5adc0 commit 289de8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"files.autoSaveDelay": 1000,
"git.autofetch": true,
"python.analysis.extraPaths": [".devcontainer/ehrql-main/"],
"python.defaultInterpreterPath": "/opt/venv/bin/python3.10",
"python.terminal.activateEnvironment": true,
"python.terminal.activateEnvInCurrentTerminal": true,
"window.autoDetectColorScheme": true
Expand Down

0 comments on commit 289de8f

Please sign in to comment.