jbenden / vscode-c-cpp-flylint

A VS Code extension for advanced, modern, static analysis of C/C++ that supports a number of back-end analyzer programs.
MIT License
152 stars 29 forks source link

Is there anyway to find include path with compile_commands.json? #213

Closed ywq1113 closed 3 months ago

ywq1113 commented 7 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!

jbenden commented 3 months ago

Not at this time, please use c_cpp_properties.json instead.