-
Couldn't load subscription status.
- Fork 82
Update preference doc #852
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
Conversation
|
| const preferences = ctx.container.get<PreferenceService>(PreferenceService); | ||
| const contribution = ctx.container.get<PreferenceContribution>(MyExtensionPreferenceContribution); | ||
| return createMyExtensionPreferences(preferences, contribution.schema); | ||
| }).inSingletonScope(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't the preferences be integrated in the preference layout somehow? See preference-layout.ts?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't get this, sorry :-)
|
@tsmaeder Ping! |
|
@tsmaeder I am merging this now, as the current version is outdated and worse compared to the PR. Please provide additional feedback as issue or PR. |
No description provided.