Skip to content

Commit

Permalink
Move devcontainer-specific vscode settings into devcontainer.json
Browse files Browse the repository at this point in the history
and remove vestigial config added for gitpod
  • Loading branch information
Jongmassey committed Apr 26, 2024
1 parent eb88af4 commit f2394cc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 16 deletions.
12 changes: 11 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,17 @@
"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/python3.10",
"python.terminal.activateEnvironment": true,
"window.autoDetectColorScheme": true
}
}
},
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
Expand Down
15 changes: 0 additions & 15 deletions .vscode/settings.json

This file was deleted.

0 comments on commit f2394cc

Please sign in to comment.