clangd / vscode-clangd

Visual Studio Code extension for clangd
https://marketplace.visualstudio.com/items?itemName=llvm-vs-code-extensions.vscode-clangd
MIT License
592 stars 97 forks source link

Support turnning off clangd for external files #630

Open RichardLuo0 opened 2 months ago

RichardLuo0 commented 2 months ago

Sometimes when I open files from another project or another library, there are many errors. There is no reason to let clangd run on these files. The PathMatch: in .clangd doesn't work, it only ignores any options I set in the .clangd file.

HighCommander4 commented 2 months ago

I think this is basically a duplicate of #185