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

[GIT integration]: tag support #12624

Open
cartu38 opened this issue Jun 15, 2023 · 5 comments
Open

[GIT integration]: tag support #12624

cartu38 opened this issue Jun 15, 2023 · 5 comments
Labels
git issues related to git

Comments

@cartu38
Copy link

cartu38 commented Jun 15, 2023

As part of today Theia GIT source control GUI integration I'm not able to find a way to perform tag managment.
Is git tag <tag name> supported a way or another ?

@msujew
Copy link
Member

msujew commented Jun 15, 2023

@cartu38 As far as I know, there is no dedicated tag support in the @theia/git package.

The package is effectively in maintenance mode and isn't actively being developed. You can use the vscode.git and vscode.git-base plugins instead.

@msujew msujew added the git issues related to git label Jun 15, 2023
@cartu38
Copy link
Author

cartu38 commented Jun 15, 2023

@msujew Thanks yes works for me adding pointed VSCode extension !
Just for my understanding is @theia/git must have anyway to enable vscode.git and vscode.git-base plugins usage or we could get rid of ?

@msujew
Copy link
Member

msujew commented Jun 15, 2023

@cartu38 @theia/scm is necessary for plugin support, whereas @theia/git predates vscode extension support. Like I said, it's deprecated.

@cartu38 cartu38 closed this as completed Jun 15, 2023
@cartu38 cartu38 reopened this Aug 3, 2023
@cartu38
Copy link
Author

cartu38 commented Aug 3, 2023

Update: Works like a charm relying on vscode extensions but I've lost git history feature which was part of theia plugin. Any advice here ?
Thanks

@vince-fugnitto
Copy link
Member

...but I've lost git history feature which was part of theia plugin. Any advice here ?

@cartu38 the "git history" functionality is contributed by @theia/scm-extra and it should be removed if you move towards the git builtin plugin. Instead, you can make use of the timeline functionality, and/or use plugins which provide additional git functionality.

Here is the timeline view in effect (contributed to the explorer):

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
git issues related to git
Projects
None yet
Development

No branches or pull requests

3 participants