Luca
Luca
The following setting does make the extension work when using sfc with the `local` scope: ```json // ".vscode/settings.json "i18n-ally.localesPaths": "locales", "i18n-ally.enabledFrameworks": ["vue", "vue-sfc"], ``` Setting `18n-ally.localesPath` to a random path...
This issue also appears when testing a nuxt app. During testing, the error originates from here: https://github.com/nuxt-modules/color-mode/blob/0d0e09702ade91f59fc69a82d2da780a2e6cd7db/src/runtime/plugin.client.ts#L8-L14 `(window[globalName] || {}).removeColorScheme` is undefined: https://github.com/nuxt-modules/color-mode/blob/0d0e09702ade91f59fc69a82d2da780a2e6cd7db/src/runtime/plugin.client.ts#L91
> > This issue also appears when testing a nuxt app. > > During testing, the error originates from here: > > https://github.com/nuxt-modules/color-mode/blob/0d0e09702ade91f59fc69a82d2da780a2e6cd7db/src/runtime/plugin.client.ts#L8-L14 > > > > `(window[globalName] || {}).removeColorScheme`...