Move 'last commit' and amend support so still there when using git vscode built-in #7152
Labels
git
issues related to git
plug-in system
issues related to the plug-in system
scm
issues related to the source control manager
Description
We should move the git amend support into git-extra package and ensure it works with both @theia/git and the built-in. The SCM-independent part of the amend support should be moved to scm-extra, with the SCM view having support for contributions to the bottom of the view.
This work follows on from #6381
Reproduction Steps
Remove @theia/git from the build and drop in the Git built-in plugin. You will see that the 'last commit' section at the bottom of the SCM view has disappeared. The 'last commit' section should be there the same regardless of whether @theia/git or the plugin is being used.
The text was updated successfully, but these errors were encountered: