From 3ffbd7639872bfc68afc4e92480b877c525fd9e2 Mon Sep 17 00:00:00 2001 From: Giles Knap Date: Mon, 18 Dec 2023 12:38:41 +0000 Subject: [PATCH] remove deprecated vscode settings --- .vscode/settings.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index ba45eb6f2..d94fee3c9 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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": { @@ -15,9 +8,4 @@ "source.black": true, } }, - "workbench.colorCustomizations": { - "activityBar.background": "#01333D", - "titleBar.activeBackground": "#014756", - "titleBar.activeForeground": "#F1FDFF" - } } \ No newline at end of file