Hubert Kowalski
Hubert Kowalski
There is an option for this in the extension's settings but it does not seem to work. For me at least. 
Found an [issue](https://github.com/ults-io/vscode-react-javascript-snippets/issues/288#issue-1591981405) where someone had the same problem with enabling "import react". After playing with the settings I seem to fixed it for me. Also it has been resolved...
I did have the same problem. After reading this issue I was playing with the settings and turning it on, then turning prettier setting off then turning import react off...
Oh, yeah that works but when I put it in `jsconfig.json` instead of `nuxt.config` it still bugs out. So the issue remains.
@SpookyYomo does any other programs log that you might not have locales set correctly? eq: ```bash bsdtar: Failed to set default locale # when installing a package with pacman ```
Issue with my locales brought me here actually. I probably have my locales set wrong. So I get a lot of warning, but it all workes fine because of fallbacks....
> I took some inspiration from this and added `LANGUAGE` to `plasma-localerc` That fixed it for me, thank you.