From b6d8cd262ea97dd5b7a233db352f166f5e54a5a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n=20Ainsworth?= Date: Wed, 30 Nov 2022 20:45:59 +0100 Subject: [PATCH] Undo unnecessary settings file change --- .vscode/settings.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 2e5d443da..dce664f9d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -10,6 +10,5 @@ "i18n-ally.localesPaths": ["front/src/locales"], "i18n-ally.pathMatcher": "{locale}.json", "i18n-ally.enabledFrameworks": ["vue"], - "i18n-ally.keystyle": "nested", - "i18n-ally.keepFulfilled": true + "i18n-ally.keystyle": "nested" }