clangd / vscode-clangd

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

Add option to specify include path #651

Open jackbullen opened 1 week ago

jackbullen commented 1 week ago

Not sure if this is something that would be useful to others. I am sure there is a better way to do this, maybe with .clangd or compile_commands.json. But it solved an annoying problem for myself so I thought I would put it here.