cquery-project / vscode-cquery

cquery plugin for Visual Studio Code
54 stars 16 forks source link

File is indexed even its path is defined in "cquery.index.blacklist" ? #54

Open danleepw opened 5 years ago

danleepw commented 5 years ago

I have define "./tmp/." in cquery.index.blacklist. Then, a file /tmp/foo.hpp is opened in the vscode. I find that the file will be indexed by cquery. Is it normal? How can I prevent such file being indexed?