-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
why do not compatible FlagsForFile in .ycm_extra_conf.py #3512
Comments
Please see CONTRIBUTING.md. You should lot need to change anything. Please provide diagnostics. |
@puremourning if I do not change FlagsForFile to Settings more detail: old ycm@afd69b382844315812fd48912eaa9fa47cba3a8d update ycm with command: then same project, so many symbol will return err: : RuntimeError: Cannot jump to location then i moidy : diff --git a/.ycm_extra_conf.py b/.ycm_extra_conf.py This is the entry point; this function is called by ycmd to produce flags fora file.-def FlagsForFile( filename, **kwargs ): will be ok |
|
the issue commit at : 123f0c0 |
No, it is not. That commit is very much unrelated to C++ flag handling. Clangd completer required |
@bstaletic |
@bstaletic the better way is make it compatible both for compatible or Settings? |
The old completer still supports |
after update ycm repo, find need chang FlagsForFile to Settings
why do not compatible?
The text was updated successfully, but these errors were encountered: