Skip to content
New issue

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

Edits to .sublime-project settings require sublime text restart #58

Open
kavika13 opened this issue Aug 17, 2016 · 0 comments
Open

Edits to .sublime-project settings require sublime text restart #58

kavika13 opened this issue Aug 17, 2016 · 0 comments

Comments

@kavika13
Copy link

kavika13 commented Aug 17, 2016

Repro steps:

  1. Create project that relies on non-default include paths
  2. Install plugin
  3. Edit project file, and add your non-default include path to cc_include_options. Save your changes
  4. Edit and save one of the files in your project

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant