Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove registering authentication provider (#1670)
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.
- Loading branch information