From afc008aeb5daeaf033116c00ded5b7462d8dc56a Mon Sep 17 00:00:00 2001 From: WardPearce Date: Tue, 7 Oct 2025 23:44:11 +1300 Subject: [PATCH] Remove VS code settings --- .vscode/settings.json | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index df770654..00000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "i18n-ally.defaultNamespace": "", - "i18n-ally.enabledFrameworks": [ - "svelte" - ], - "i18n-ally.localesPaths": [ - "materialious/src/lib/i18n", - "materialious/src/lib/i18n/locales" - ], - "i18n-ally.extract.autoDetect": true, - "i18n-ally.keystyle": "nested", - "cSpell.words": [ - "Materialious" - ], - "java.configuration.updateBuildConfiguration": "interactive" -} \ No newline at end of file