Issue tracker for gitea repositories
Go to file
IJustDev 662f7268d4 Updated README.md
Added gitter badge
2019-10-10 18:57:12 +00:00
.github Create Funding.yml 2019-08-04 19:10:53 +02:00
.vscode A bit of cleanup 2019-07-04 15:45:53 +03:00
media ADDED: Image to README.md 2019-04-12 08:42:45 +02:00
resources Version: 0.0.8 2019-07-29 09:43:37 +02:00
src Fixes #9 Version 1.0.1 2019-08-02 19:32:43 +02:00
versions Fixes #9 Version 1.0.1 2019-08-02 19:32:43 +02:00
_config.yml Set theme jekyll-theme-slate 2019-08-04 12:18:10 +02:00
.gitignore ADDED: 0.0.6 - Label dependent issues with auto fetching colors from Gitea server labels 2019-04-12 10:37:45 +02:00
.vscodeignore A bit of cleanup 2019-07-04 15:45:53 +03:00
CHANGELOG.md Version 1.0.0 - Adding emojis to treeview 2019-07-31 14:57:31 +02:00
LICENSE Version 0.0.3 - View Changelog for more information 2019-04-10 13:45:47 +02:00
package-lock.json Version: 0.0.8 - Added icon and .vsix binary 2019-07-29 09:55:25 +02:00
package.json Fixes #9 Version 1.0.1 2019-08-02 19:32:43 +02:00
README.md Updated README.md 2019-10-10 18:57:12 +00:00
tsconfig.json Inital commit 2019-04-09 14:37:58 +02:00
tslint.json Inital commit 2019-04-09 14:37:58 +02:00
vsc-extension-quickstart.md Inital commit 2019-04-09 14:37:58 +02:00

GitHub Visual Studio Marketplace Version Visual Studio Marketplace Installs Gitter

Support

Buy Me A Coffee

Getting Started

Go to your settings, and find the Gitea section, and fill out the details.

Please make sure to not to make your authtoken public, as it can be used to act on your behalf. Also do not push the .vscode folder to your repository and doublecheck this part. It contains your gitea server instance key.

The following details are needed

  • Authtoken
  • Port (either 80 or 443) in case that you use docker please enter the exposed port
  • Domain in format: "example.com"
  • Repository owner (may be an organisation): "TestOrganisation"
  • Repository name "ExampleRepository"

When you've finished you can press the refresh button in the open issues section and you'll see the issues of the first 10 pages (only open issues).

Issue colors

Issues with multiple colors

In order to get nice looking issue icons in multiple colors (of your choice) you just need to assign a label to your issue. The color is being fetched automatically. In most cases you need to restart visual studio code to apply the icons in the issues tab if you've changed them though.

Future

  • Implement a Close Issue Button
  • Create Issues via Webview
  • Comment Issues