From 55aca0dbe348a82f797aea3b85ef161f81454c39 Mon Sep 17 00:00:00 2001 From: jannesblobel <72493222+jannesblobel@users.noreply.github.com> Date: Tue, 19 Sep 2023 18:16:34 +0200 Subject: [PATCH] add inlang to extensions --- .vscode/extensions.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 317f0be3..6dcd2f11 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -8,7 +8,8 @@ "runem.lit-plugin", "davidanson.vscode-markdownlint", "redhat.vscode-yaml", - "lokalise.i18n-ally", - "zixuanchen.vitest-explorer" + // "lokalise.i18n-ally", + "zixuanchen.vitest-explorer", + "inlang.vs-code-extension" // improved i18n DX ] }