A VS Code extension for advanced, modern, static analysis of C/C++ that supports a number of back-end analyzer programs.
153
stars
29
forks
source link
Is there anyway to find include path with compile_commands.json? #213
Closed
ywq1113 closed 5 months ago
I found this question, and I have met the same problem. https://github.com/jbenden/vscode-c-cpp-flylint/issues/106 I also search help from here https://github.com/jbenden/vscode-c-cpp-flylint/blob/main/package.json. But could not find a way to resolve my problem.
P.S. Thanks for developing the plugin!