From 7a879d7cc8c5f623492deb6970489ee27036289d Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Tue, 1 Apr 2025 23:25:03 +0300 Subject: [PATCH] feat(vscode): add es6-string-html to recommendations --- .vscode/extensions.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 1eeb900b2..cd49e608f 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -3,6 +3,7 @@ "lokalise.i18n-ally", "editorconfig.editorconfig", "vitest.explorer", - "ms-playwright.playwright" + "ms-playwright.playwright", + "tobermory.es6-string-html" ] }