You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm encountering an issue where if baseLocale in settings.json is set to a non-en locale, merely saving one of the translation files causes baseLocale to be overriden and set to en. The issue is apparently not present if the extension is disabled and the compilation happens inside vite dev (upon every change), therefore it seems that the extension is to blame.
Perhaps this has something to do with en being baseLocale when the project was first set up because deleting src/lib/paraglide in my SvelteKit project seems to fix the issue, which seems to indicate that the extension does not properly interact with those files.