Skip to content

Commit

Permalink
Remove duplicate vscode settings from devcontainer
Browse files Browse the repository at this point in the history
Settings that are in the .vscode/settings.json are already in use in the
devcontainer without them having to be set also in the
devcontainer.json.
  • Loading branch information
nikobockerman committed Dec 15, 2023
1 parent 379e9e9 commit 6e050c7
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,7 @@
"github.vscode-github-actions",
"ms-python.black-formatter",
"ms-python.mypy-type-checker"
],
"settings": {
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
}
}
]
}
}
}

0 comments on commit 6e050c7

Please sign in to comment.