OmniSharpServer備忘録
自分用の備忘録。
exeの生成
https://github.com/OmniSharp/omnisharp-server
コマンドラインからexeを作成する。
omnisharp.exe --help
Usage: omnisharp [-s /path/to/sln] [-p PortNumber] Options: -s, --solution=VALUE The path to the solution file -p, --port=VALUE Port number to listen on -c, --client-path-mode=VALUE The path mode of the client (Cygwin, Windows or Unix) -v, --verbose=VALUE Output debug information (Quiet, Debug, Verbose) -h, --help Show this message and exit --pid, --hostPID=VALUE The processId of the editor to watch --config=VALUE The path to the server config.json file