Hi I have an issue with my ide vscode from some time (like 2weeks ago it was all fine !) I searched but didnt found.
when im missing some import in vscode in my angular project but onlt in few components (not all ? ) When i chose 'add missing import' or 'add all missing imports' instead of just adding it at the top - it opens new tab with the same file and added imports. what I did wrong ? I splited so you can see that from the top is still missing so red underline after clicked add all... but on bottom it is automaticly opened second tab of the same file and with imports.
please advice
i tryied reinstalling / removing all extensiont / deleted config.
thanks
edit
the solution i figured out is rename modules to Modules folder... (does not known why ) or rename component - in this screen Module name was the same as component name. also i does not known why this is issue for ide... ?
yep it is naming issue - in soem service now i have same issue, when it open in second tab it open same file but showing name of file starting from uppercase. if i changed this file name to Upercase first letter and it is fine - where search for issue ? could it be node.js some sase sensitive / insensitive settings ? regards