Gitea-VSCode icon indicating copy to clipboard operation
Gitea-VSCode copied to clipboard

Feature Request: Support RemoteSourceProvider

Open peacememories opened this issue 2 years ago • 2 comments

Hi, and thanks for creating this extension :)

I would be very interested in support for RemoteSourceProvider for this extension. This would ideally allow searching for repositories on the gitlab instance while checking them out. I'd be okay with adding this myself, though I have zero experience writing VSCode extensions, so it might be pretty crudely implemented 😅

peacememories avatar Mar 26 '22 14:03 peacememories

Hey there, sounds like a good idea! You can go ahead and create a pull request. If something doesn't fit in the currenct codebase we'll let you know.

IJustDev avatar Aug 25 '22 06:08 IJustDev

If I understand right, this would allow the extension to dynamically fetch repo information from git remotes, instead of having to manually specify this in the extension settings?

4oo4 avatar Oct 10 '22 04:10 4oo4