Issue tracker for gitea repositories
Go to file
2019-07-10 14:01:54 +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 ADDED: 0.0.5 - Label dependent icons with Gitea server label colors 2019-04-12 10:20:23 +02:00
src A bit of cleanup 2019-07-04 15:45:53 +03:00
versions ADDED: 0.0.6 - Label dependent issues with auto fetching colors from Gitea server labels 2019-04-12 10:37:45 +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 FIXED #3 Issue is now opened just once 2019-06-14 13:22:17 +02:00
LICENSE Version 0.0.3 - View Changelog for more information 2019-04-10 13:45:47 +02:00
package-lock.json Use .vscode folder for settings and such 2019-07-04 15:45:46 +03:00
package.json Use .vscode folder for settings and such 2019-07-04 15:45:46 +03:00
README.md Use .vscode folder for settings and such 2019-07-04 15:45:46 +03: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

Gitea-VSCode

Issuetracker for Gitea

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. You can store it in the user settings, whilst leaving the rest in the workspace settings.

The following details are needed

  • Authtoken
  • 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