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

Move active code from LanguageSettings to LanguageService #3302

Merged
merged 3 commits into from
Oct 20, 2024

Conversation

tom-englert
Copy link
Contributor

make LanguageSettings independent of other services injected via DI

Settings is the first service we need at startup, and it should not depend (even deferred) on any other service for a fast startup

There are two central changes in this PR, LanguageSettings and LanguageService:

  • renamed Languages to LanguageService
  • moved active code from LanguageSettings to LanguageService

All other changes are just side effects of the renaming/moving.

@siegfriedpammer
Copy link
Member

Is it possible to fix or suppress these before we merge the PR? Thanks!

image

@siegfriedpammer siegfriedpammer self-assigned this Oct 19, 2024
@tom-englert
Copy link
Contributor Author

Sure, done

@siegfriedpammer siegfriedpammer merged commit 21e5d0f into icsharpcode:master Oct 20, 2024
5 checks passed
@siegfriedpammer
Copy link
Member

Thank you very much!

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.

2 participants