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
Seeing this issue by chance.
You can get irony support with the following code:
(defuncompany-c-headers-path-user-irony ()
"Return the user include paths for the current buffer."
(when irony-mode
(irony--extract-user-search-paths irony--compile-options
irony--working-directory)))
(setq company-c-headers-path-user #'company-c-headers-path-user-irony)
No description provided.
The text was updated successfully, but these errors were encountered: