Show server location for C# completer debug output
This commit is contained in:
parent
40146b923d
commit
0215a5b8c5
@ -92,8 +92,8 @@ class CsharpCompleter( ThreadedCompleter ):
|
|||||||
|
|
||||||
def DebugInfo( self ):
|
def DebugInfo( self ):
|
||||||
if self._ServerIsRunning():
|
if self._ServerIsRunning():
|
||||||
return 'Logfiles:\n{}\n{}'.format( self._filename_stdout,
|
return 'Server running at: {}\nLogfiles:\n{}\n{}'.format(
|
||||||
self._filename_stderr )
|
self._PortToHost(), self._filename_stdout, self._filename_stderr )
|
||||||
else:
|
else:
|
||||||
return 'Server is not running'
|
return 'Server is not running'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user