-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Add Microsoft.WSL profile source to schema #19047
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
base: main
Are you sure you want to change the base?
Conversation
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.
Thanks!
@DHowett you may have to admin merge since this PR only touches the schema |
Considering that Fragments are allowed to have any name (like |
(ergo, change it from an enum to a plain string in the schema) |
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.
as noted
Head branch was pushed to by a user without write access
@microsoft-github-policy-service agree |
What about now? I've relaxed the constraint to accept any string but leave the enum to keep supporting tab-completion for known variants. |
Summary of the Pull Request
WSL now generates profiles with the source named
Microsoft.WSL
, this PR adds the value to the profile schema.References and Relevant Issues
#18231