From 8ba8795805b392206784abcee931587004e69687 Mon Sep 17 00:00:00 2001 From: luabud Date: Fri, 3 Sep 2021 12:25:34 -0700 Subject: [PATCH] Update run failed icon --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 611bf1f4935d..40dfb6c50f53 100644 --- a/package.json +++ b/package.json @@ -426,10 +426,7 @@ { "category": "Test", "command": "testing.reRunFailTests", - "icon": { - "dark": "resources/dark/run-failed-tests.svg", - "light": "resources/light/run-failed-tests.svg" - }, + "icon": "$(run-errors)", "title": "%python.command.testing.rerunFailedTests.title%" }, {