Check auto_stop_csharp_server when shutting down
Check auto_stop_csharp_server instead of auto_start_csharp_server when shutting down
This commit is contained in:
parent
cf6211055e
commit
389e3bfe4c
@ -48,7 +48,7 @@ class CsharpCompleter( Completer ):
|
||||
|
||||
|
||||
def Shutdown( self ):
|
||||
if ( self.user_options[ 'auto_start_csharp_server' ] and
|
||||
if ( self.user_options[ 'auto_stop_csharp_server' ] and
|
||||
self._ServerIsRunning() ):
|
||||
self._StopServer()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user