We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Repro steps:
cc_include_options
Expected: The new include paths are picked up as soon as they are saved to the config, and you get no errors from Clang-Complete
Actual: The include path is not picked up. Lots of "file not found" errors, complaining about your header files.
The work-around is to fully quit sublime text (not just close your project), and open it again. Things start working well at that point.
I think if this problem was solved that a bunch of the other issue reports would go away.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Repro steps:
cc_include_options
. Save your changesExpected:
The new include paths are picked up as soon as they are saved to the config, and you get no errors from Clang-Complete
Actual:
The include path is not picked up. Lots of "file not found" errors, complaining about your header files.
The work-around is to fully quit sublime text (not just close your project), and open it again. Things start working well at that point.
I think if this problem was solved that a bunch of the other issue reports would go away.
The text was updated successfully, but these errors were encountered: