YouCompleteMe/python/ycm/server
Strahinja Val Markovic b1d71bbb91 Better handling of unknown extra conf files
Previously, we'd implicitly turn off future notices about unknown extra conf
files if we already raised one exception about it. This breaks when the user
ends up not receiving the "unknown extra conf, load?" message.

Now we only turn off the notice as a result of the user saying "don't load this"
so that if the first request fails to reach them, they'll get a second (and
third etc) request about it.

Fixes #615
2013-12-21 11:19:39 -08:00
..
tests Better handling of unknown extra conf files 2013-12-21 11:19:39 -08:00
__init__.py A (barely) working version of ycmd + client 2013-10-07 11:03:26 -07:00
default_settings.json Adding the g:ycm_auto_trigger option 2013-12-02 16:37:59 -08:00
handlers.py Better handling of unknown extra conf files 2013-12-21 11:19:39 -08:00
responses.py Better handling of unknown extra conf files 2013-12-21 11:19:39 -08:00
server_state.py ycm_core now imported after extra conf preload 2013-10-14 15:29:00 -07:00
server_utils.py ycm_core now imported after extra conf preload 2013-10-14 15:29:00 -07:00
watchdog_plugin.py Option "shutdown_secs" is now "suicide_secs" 2013-10-23 12:33:27 -07:00
ycmd.py ycmd loads default options when none provided 2013-10-25 13:26:33 -07:00