• B
    Move VisualStudioSetup into the open · da85b6e0
    beep boop 提交于
    This change moves the contents of VisualStudioSetup into the open,
    merging with (and consuming) VisualStudioComponents. The Components/
    Setup split originally existed as a way to allow multiple Roslyn-using
    components to have a single source of truth of the MEF exports. This
    meant you could have either the interactive window, language services,
    or both installed and everything worked. This was important when we
    were atop Visual Studio 2013, but now that we're integrated it's buying
    us nothing.
    
    The VSIX ID from VisualStudioComponents is preserved so that way any
    extensions that declared a dependency on it will still work.
    da85b6e0
VisualStudioInteractiveComponents.csproj 9.0 KB