-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Push pull request from VSCode #12120
Comments
I arrived here because someone at work asked if this integration would be possible. I'm not a typescript developer, but I guess a good way to go would be to fork https://github.com/microsoft/vscode-pull-request-github and adapt it to talk to Gitea's API. For Visual Studio, the same approach should be taken with https://github.com/github/VisualStudio. |
I think it depends on Github authentification provider built into vscode. That would probably need to be created for Gitea first: https://github.com/microsoft/vscode/tree/master/extensions/github-authentication |
Hi, i'm currently working on a vscode extension (as a side project) to work with gitea pull requests (not yet opensource - will be changed soon).
As soon as #16229 is available i'll hopefully finish the commenting on pull request diffs from within vs code. If you're interested i'll keep you updated about the current state. |
Since vscode is opensource, maybe we can send an issue to them. |
Hi, Is there any progress on this? |
@lunny github authentication should NOT be a requirement for Gitea. The main point about Gitea is not having github monopolistically control everything. |
@sebastian-sauer as #16229 was merged a while ago. How is the state of your vscode extension? Sounds awesome :-) |
That's true but still VSCode extension would need to have Gitea authentication provider implemented for this |
[x]
):Description
There is an extension (GitHub Pull Requests and Issues) that allows to review and manage GitHub pull requests and issues in Visual Studio Code.
How can I push a pull request from VSCode to Gitea?
The text was updated successfully, but these errors were encountered: