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 is a very helpful plugin, Thank you very much. It is a bit too talktative in the console. I understand that these messages are very helpful when configuring and debugging. But when the user is sure that everything is okay, It would nice if there exists a config parameter that can let ycmd work in a silent mode.
I discovered that most of the messages are generated by print_status(), which basically is a print. probably you can add an additional boolean arg to print_status, which makes this function print if and only if this arg == true. Just my thought, probably you can find better solution that this.
Thanks.
The text was updated successfully, but these errors were encountered:
This is a very helpful plugin, Thank you very much. It is a bit too talktative in the console. I understand that these messages are very helpful when configuring and debugging. But when the user is sure that everything is okay, It would nice if there exists a config parameter that can let ycmd work in a silent mode.
I discovered that most of the messages are generated by print_status(), which basically is a print. probably you can add an additional boolean arg to print_status, which makes this function print if and only if this arg == true. Just my thought, probably you can find better solution that this.
Thanks.
The text was updated successfully, but these errors were encountered: