You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 7, 2018. It is now read-only.
In omnisharp I want to have a configuration like this:
{ "msbuild": { "toolsVersion": "14.0", "properties": { "RandomProperty": "1", "VisualStudioVersion": "14.0" } } }I would like to express my options like so:
That way I would be able to express both the latebound and strongly typed properties on the same model object.
/cc @glennc @muratg @Eilon @lodejard