Merge pull request #512 from ciwchris/patch-1
OmniSharp completer error message using incorrect naming format
This commit is contained in:
commit
745d48d1e0
@ -34,7 +34,7 @@ import tempfile
|
||||
|
||||
SERVER_NOT_FOUND_MSG = ( 'OmniSharp server binary not found at {0}. ' +
|
||||
'Did you compile it? You can do so by running ' +
|
||||
'"./install.sh --omnisharp_completer".' )
|
||||
'"./install.sh --omnisharp-completer".' )
|
||||
|
||||
class CsharpCompleter( ThreadedCompleter ):
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user