Apply GitHub RemoteSourceProvider #18101
Labels
area/plugins
kind/enhancement
A feature request - must adhere to the feature request template.
severity/P2
Has a minor but important impact to the usage or development of the system.
Is your enhancement related to a problem? Please describe.
Describe the solution you'd like
VsCode has github built-in extension which registers a
RemoteSourceProvider
in the git extension. TheRemoteSourceProvider
allows to push tohttps
git repositories without entering user credentials, but using GitHub token received by authentication API. This is useful when creating a new pull request by the pull request plugin.I believe that we can apply the github built-in extension in che-theia as a default plugin.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: