Skip to content

Commit

Permalink
Merge pull request #119 from opensafely/general-config-improvements
Browse files Browse the repository at this point in the history
General config improvements
  • Loading branch information
lucyb authored Apr 24, 2024
2 parents 724af60 + cf02a62 commit 1b2de3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
"remoteEnv": {
"MAX_WORKERS": 2
"MAX_WORKERS": "2"
}
}
4 changes: 1 addition & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
{
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"python.linting.enabled": true,
"data.preview.create.json.schema": false,
"files.associations": {
"*.feather": "arrow",
},
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 1000,
"git.autofetch": false,
"window.autoDetectColorScheme": true,
"extensions.ignoreRecommendations": true,
"data.preview.theme": "light"
Expand Down

0 comments on commit 1b2de3d

Please sign in to comment.