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

Issue tracker for gitea repositories

Results 23 Gitea-VSCode issues
Sort by recently updated
recently updated
newest added

Inserting the gitea.instanceURL, gitea.owner, gitea.repo, gitea.token doesn't work when inserted on .vscode/settings.json

question

I have the following configuration data: ### settings.json ![image](https://github.com/IJustDev/Gitea-VSCode/assets/116257835/4657f916-a624-441a-980d-b9c71baff076) * Tried `http` & `https` both. ### Gitea Accessible from Browser ![image](https://github.com/IJustDev/Gitea-VSCode/assets/116257835/057e6aa0-1563-4695-b0a9-25b97aa176de) ### Error on clicking refresh ![image](https://github.com/IJustDev/Gitea-VSCode/assets/116257835/b7bd366d-03e1-4d66-b400-15e62aecb689) ### In Past,...

- Added 3 config options: `havingCertificateIssueOnLocalServer`, `host`, `port` - Added a method to connect using https library based on config value - Added another request option specifically for the new...