Why webstorm stopped seeing *.scss files on new versions?
On this screenshot all files have format scss, before updates(some months ago) i no have a problems, but now on all *.vue files a have a errors. How i can fix it? This is bug or feature?
p.s. If it help, this is nuxt project.
p.p.s If a add scss format - all good, errors is gone, but i don't want fix all files...
Please sign in to leave a comment.
Please could you clarify what you mean by adding scss format? is it about appending the `.scss` extension to the file name in import path? It must be https://youtrack.jetbrains.com/issue/WEB-58152/Vuejs-path-mappings-from-tsconfig.json-not-resolved-in-scss-imports-in-style-section
Elena Pogorelova, Yes, is it about appending the `.scss` extension to the file name in improt path. As far as I understand, this is a bug that will be fixed, right?
Yes, must be fixed by https://youtrack.jetbrains.com/issue/WEB-58192/Introduce-a-generic-way-to-work-with-js-related-files-references fix
Elena Pogorelova, Thanks for help! :)