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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

ywq1113 opened this issue · comments

I found this question, and I have met the same problem. #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!