How to disable VSCode built-in Path Intellisense

Viewed 17

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

html

and the same problem with javascript files

js

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.

0 Answers
Related