compile_commands.json support doesn't understand -iquote #2088
Labels
bug
Feature: Compile Commands
fixed
Check the Milestone for the release in which the fix is or will be available.
Language Service
Milestone
The
compile_commands.json
support doesn't seem to extract include paths from-iquote
arguments to the compiler.You can reproduce by checking out https://github.com/nelhage/vscode_bazel_cxx and opening
foo.cc
; Thefoo.h
include won't be found. If you editcompile_commands.json
to use-isystem
or-I
instead, it will work.(This isn't relevant to the bug since I was able to minimize to the above, but I'm using bazel and https://github.com/grailbio/bazel-compilation-database to generate my
compile_commands
, which is where I'm getting command files containing-iquote
)The text was updated successfully, but these errors were encountered: