You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This caused me a bit of confusion when I was trying to fix some missing includes. Steps:
Create file with build errors due to #includeing a missing file
Add the path to the #includeed file to "include_options" in cc.sublime_settings
Go back to the file with build errors and save it again (e.g. with cmd+S)
Build errors should be gone, but they're still there
Make an edit to the file, and save again
Build errors are now gone
Or if this is a limitation of Sublime Text and not something you can change, can you say what the limitation is so I can file a useful issue at https://github.com/SublimeTextIssues/Core/issues?
The text was updated successfully, but these errors were encountered:
This caused me a bit of confusion when I was trying to fix some missing includes. Steps:
#include
ing a missing file#include
ed file to "include_options" in cc.sublime_settingsOr if this is a limitation of Sublime Text and not something you can change, can you say what the limitation is so I can file a useful issue at https://github.com/SublimeTextIssues/Core/issues?
The text was updated successfully, but these errors were encountered: