main
Remove use of DisposalToken if we can just call Dispose() instead
Remove unnecessary nullable directives
Import VisualStudioWorkspace lazily
Remove the eager fetch of IVsEditorAdaptersFactoryService
Don't eagerly create our debug info until actually asked
Remove unused usings
Simplify creating the COM Aggregate for our language service
Clean up our LoadComponentsInUIContext helpers
Load the core RoslynPackage with a service rather than LoadPackage
Switch OnAfterPackageLoadedAsync to use a task queue (#77737)