Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an implemention of IActiveWorkspaceProjectContext for new language service #4380

Merged
merged 3 commits into from
Dec 16, 2018

Conversation

davkean
Copy link
Member

@davkean davkean commented Dec 13, 2018

  • Add an implemention IActiveWorkspaceProjectContext for the new language service integration

    • This lets non-multi-targeting aware consumers to use the "active" configuration's version of the workspace host
  • Ensure that we've initialized the language service before project load has completed

This is the last of the changes needed to make the language-service rewrite work.

This delegates onto the active config's implementation.
This ensures that the project is loaded before project load has completed. This brings back the original experience of the previous language-service integration.
@davkean davkean requested a review from a team as a code owner December 13, 2018 06:34
@davidwengier
Copy link
Member

davidwengier commented Dec 13, 2018

last of the changes

🎉 Congratulations 🎉

Copy link
Contributor

@jmarolf jmarolf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@davkean davkean merged commit 82c6ef0 into dotnet:features/LanguageService Dec 16, 2018
@davkean davkean deleted the ActiveHost2 branch December 16, 2018 23:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants