OmniSharp / omnisharp-server

HTTP wrapper around NRefactory allowing C# editor plugins to be written in any language.
http://www.omnisharp.net
MIT License
380 stars 97 forks source link

Add Feature: Partial omnisharp.json override #216

Open hongzhouchen-oceanwing opened 8 years ago

hongzhouchen-oceanwing commented 8 years ago

It is a great feature for custom omnisharp-server config added by @d12frosted at PR Use "omnisharp.json" from solution path as config file automatically.

However, omnisharp-server only uses omnisharp.json if existes and ignores its config.json. So it is not convenient to override a few configurations since omnisharp.json should contains all configurations.

It is better for omnisharp.json only contains different values of config.json for easier management.