From: Jérôme Benoit Date: Fri, 6 Oct 2023 17:46:19 +0000 (+0200) Subject: test(ui): recommend vitest code extension X-Git-Tag: v1.2.24~112 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=27a5626b1c26bc6ea80602cd68205d216e267a26;p=e-mobility-charging-stations-simulator.git test(ui): recommend vitest code extension Signed-off-by: Jérôme Benoit --- diff --git a/ui/web/.vscode/extensions.json b/ui/web/.vscode/extensions.json index 04b2618f..01e10c8b 100644 --- a/ui/web/.vscode/extensions.json +++ b/ui/web/.vscode/extensions.json @@ -8,6 +8,7 @@ "EditorConfig.EditorConfig", "sonarsource.sonarlint-vscode", "streetsidesoftware.code-spell-checker", - "Vue.volar" + "Vue.volar", + "zixuanchen.vitest-explorer" ] }