Support --options-file for intelligence of included header #12553
Labels
bug
Feature: Configuration
An issue related to configuring the extension or IntelliSense
Feature: CUDA
fixed
Check the Milestone for the release in which the fix is or will be available.
Language Service
Milestone
Feature Request
CMake is storing the flags of include dirs for compiler like nvcc in a file ended with .rsp. You can see the related cmake configuration here. Then, the exported compile_commands.json will be something like this
However, currently, the lsp cannot recognize this for intelligence of included header.
The text was updated successfully, but these errors were encountered: