-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
This would make the user experience more consistent across the ehrQL tutorial and when working in Codespaces on research projects.
At time of writing, this configuration is:
"vscode": {
"extensions": [
"ms-python.python",
"ms-toolsai.jupyter",
"ms-toolsai.jupyter-renderers"
],
"settings": {
"extensions.ignoreRecommendations": true,
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 1000,
"git.autofetch": true,
"python.analysis.extraPaths": [".devcontainer/ehrql-main/"],
"python.defaultInterpreterPath": "/opt/venv/bin/python",
"python.terminal.activateEnvInCurrentTerminal": true,
"python.terminal.activateEnvironment": true,
"window.autoDetectColorScheme": true
}
}The VSCode settings are currently in sync, again at time of writing.
It's probably worth referring to the latest version of the research-template's devcontainer configuration (current link).
"python.analysis.extraPaths": [".devcontainer/ehrql-main/"],
"python.defaultInterpreterPath": "/opt/venv/bin/python",
"python.terminal.activateEnvInCurrentTerminal": true,
"python.terminal.activateEnvironment": true,
Metadata
Metadata
Assignees
Labels
No labels