From fee9ef203aa2ef10b4d8ab8fd019994ec422662f Mon Sep 17 00:00:00 2001 From: Connor Peet Date: Tue, 16 Jan 2024 09:25:15 -0800 Subject: [PATCH] eng: run with coverage on decoration click for more selfhosting (#202592) --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index bdbb92f271b..99e495ab781 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -170,4 +170,5 @@ }, "css.format.spaceAroundSelectorSeparator": true, "inlineChat.mode": "live", + "testing.defaultGutterClickAction": "runWithCoverage", }