Closed fimwest closed 1 year ago
I think something like this will get you on the right track:
"systemverilog.excludeIndexing": "**/*{cache,gen,ip_user_files}/**"
Note that you should also not have any spaces between names/paths in a glob pattern.
It works. Thank you.
I add this setting:
"systemverilog.excludeIndexing": "**/*cache/**, **/*gen/**, **/*ip_user_files/**"
, but it is no use. If I add this setting:"systemverilog.excludeIndexing": "**/*gen/**"
, it works. So how to add multi excludeIndex?