Skip to content

Commit

Permalink
remove deprecated vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Dec 18, 2023
1 parent 8804869 commit 3ffbd76
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
{
"python.testing.pytestArgs": [
"--cov=ibek",
"--cov-report",
"xml:cov.xml"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"python.languageServer": "Pylance",
"editor.formatOnSave": true,
"[python]": {
"editor.codeActionsOnSave": {
Expand All @@ -15,9 +8,4 @@
"source.black": true,
}
},
"workbench.colorCustomizations": {
"activityBar.background": "#01333D",
"titleBar.activeBackground": "#014756",
"titleBar.activeForeground": "#F1FDFF"
}
}

0 comments on commit 3ffbd76

Please sign in to comment.