Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
BAU: dont override user workspace colour preferences
Browse files Browse the repository at this point in the history
Remove the colour customisations specified at the repository configuration level.

Developers can still specify their own customisations for the workspaces.

The current version of vscode has very little contrast with the chosen colour scheme
which makes it hard to use.

This also removes an override for formatting on saving which can also now be
chosen by the developer based on their setup -- formatting issues should be
caught in pre-commit checks both locally and during the CI process.
  • Loading branch information
sfount committed Dec 2, 2024
1 parent 263548e commit 419df7a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
{
"workbench.colorCustomizations": {
"activityBar.background": "#10a84a",
"titleBar.activeBackground": "#10a84a",
"titleBar.activeForeground": "#ffffff"
},
"editor.formatOnSave": false,
"python.testing.pytestArgs": [
"tests"
],
Expand Down

0 comments on commit 419df7a

Please sign in to comment.