Fix faulty logic in previous commit
Previous commit is 9b8781322ef3d18430c3da37e9d6b1be3b832f8b
This commit is contained in:
parent
9b8781322e
commit
ee90d9b09b
@ -154,7 +154,7 @@ class CsharpCompleter( Completer ):
|
||||
command = [ omnisharp, '-p', str( self._omnisharp_port ), '-s',
|
||||
path_to_solutionfile ]
|
||||
|
||||
if utils.OnWindows():
|
||||
if not utils.OnWindows():
|
||||
command.insert(0, 'mono')
|
||||
|
||||
filename_format = os.path.join( utils.PathToTempDir(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user