My editor shows me duplicates when i try to import or include a file, here's an example on html files

and the same problem with javascript files

i have Path Intellisense extension which i need and i don't want to delete it, because the default Vscode settings don't show paths in all files, what i need is to disable the default behaviour of VSCode, how can i do that?
i found this on stackoverflow
"javascript.suggest.paths": false
which i added to settings.json file but it didn't solve my problem.