YouCompleteMe/python/ycm/completers/cs
nop fd6338fa88 Fixed OmniSharp launch under Windows (again)
We pass shell=True to Popen so that OmniSharp is not started inside a
new visible window under Windows. And since we use shell=True, we pass
the command to execute as a string, as recommended by Python's docs
(also, it won't work when passed as a sequence anyway :) ).
2013-12-10 12:46:05 +01:00
..
OmniSharpServer@ee198be6f0 pointed submodule to newest commit 2013-07-10 11:27:55 +02:00
__init__.py completer rewritten to fit in the changed api 2013-06-04 12:14:12 +02:00
cs_completer.py Fixed OmniSharp launch under Windows (again) 2013-12-10 12:46:05 +01:00
hook.py Now more explicit about accessing user options 2013-10-07 11:03:25 -07:00