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

Remove registering authentication provider #1670

Merged
merged 1 commit into from
Jan 23, 2024

Conversation

jpogran
Copy link
Contributor

@jpogran jpogran commented Jan 16, 2024

This removes contributes.authentication from the package.json manifest to restore workspace extension enablement.

From the discussion thread and our investigation we can conclude (if not verify completely as there is no documentation) that contributes.authentication is a way to advertise use of the provider to outside extensions and not necessary for internal functionality. This means we can remove advertising the auth provider without breaking existing functionality.

This removes `contributes.authentication` from the package.json manifest to restore workspace extension enablement.

From the [discussion thread](microsoft/vscode-discussions#930) and our investigation we can conclude (if not verify completely as there is no documentation) that `contributes.authentication` is a way to advertise use of the provider to outside extensions and not necessary for internal functionality. This means we can remove advertising the auth provider without breaking existing functionality.
@jpogran jpogran self-assigned this Jan 16, 2024
@jpogran jpogran linked an issue Jan 16, 2024 that may be closed by this pull request
1 task
@jpogran jpogran marked this pull request as ready for review January 16, 2024 15:38
@jpogran jpogran requested a review from a team as a code owner January 16, 2024 15:38
@dbanck dbanck merged commit d2db301 into main Jan 23, 2024
30 checks passed
@dbanck dbanck deleted the remove_auth_provider_registration branch January 23, 2024 14:56
Copy link

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't enable or disable extension per workspace
2 participants