Gitea compatible with PyCharm and VSCode

Just curious: Can I use Gitea with PyCharm IDE and VSCode just like I would with Git?0

I’m planning to set up a local, Docker hosted, Gitea instance and would like to use it with the above mentioned IDEs.

So far I could not find any tutorials about this topic, hence I assume both IDE do not work with Gitea.

Any thoughts?
Thanks,
Michael

If you means git operations, it works just like other git softwares. For issues/prs and etc., you need a plugin to help with.

Thanks! I managed to get this running for PyCharm at the moment. :grinning: