xmake-io / xmake-vscode

🍩 A XMake integration in Visual Studio Code
https://xmake.io
Apache License 2.0
229 stars 54 forks source link

compile_commands.json doesn't support precompiled headers #150

Closed c0nd3v closed 1 year ago

c0nd3v commented 1 year ago

Xmake Version

4.7.3

Operating System Version and Architecture

All

Describe Bug

Compile commands does not support precompiled headers, the json file does not have the compiler arguments for the precompiled header so intellisense doesn't work.

Expected Behavior

compile_commands.json should include precompiled header compiler arguments

Project Configuration

No response

Additional Information and Error Logs

No response