Adding underscore to file name changes require casing
?!
The proper case is "Alerts" but it compiles to "alerts" if there is no underscore in the name? I had to disable
forceConsistentCasingInFileNames
because I could not figure out any other way to fix it but it was complaining about casings being different even though they were not7 Replies
Solution
Can you restart the vsc?
And did you disable by accident the imports autoupdate?
no, I did not disable the imports autoupdate
how did restarting vsc fix it ??!
Hmm?
Might be a bug
confusion
thank you
Did it work?
yeah I restarted vsc and then renamed it to AlertProvider and then it compiled with the correct casing for the import