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

Feature Request: Allow multiple repos

Open meichthys opened this issue 2 years ago • 4 comments

Currently it seems like we can only configure a single repo for the extension.

It would be nice if the extension would work on a user level for all repos in the user's Gitea account.

meichthys avatar Jan 11 '22 19:01 meichthys

The best current work-around I've found is to set User-level settings for everything but the repo name, then in the workspace-level settings only set the repo name. This works well although it takes a bit to setup when you have a lot of repos.

meichthys avatar Mar 21 '22 15:03 meichthys

If this issue ever gets implemented, we could specify ${workspaceFolder} as the repo name, but currently that doesn't seem to be possible.

meichthys avatar Mar 21 '22 15:03 meichthys

Hey, thanks for coming up with this idea, I really like it. Please feel free to implement this yourself and create a pull request! This will speed up things drastically

IJustDev avatar Mar 21 '22 19:03 IJustDev

I think most other git server integration plugins (like gitlab-workflow) use the url of a remote to decide which repository the current workspace is using. Would that be an option here?

peacememories avatar Mar 25 '22 15:03 peacememories