Issue tracker for gitea repositories
Go to file
2019-04-10 09:06:52 +02:00
.vscode Inital commit 2019-04-09 14:37:58 +02:00
media Inital commit 2019-04-09 14:37:58 +02:00
resources Version 0.0.2 - Refresh button; Multiple Pages; Configfile for Repooptions and Tokens 2019-04-10 08:59:42 +02:00
src Version 0.0.2 - Refresh button; Multiple Pages; Configfile for Repooptions and Tokens 2019-04-10 08:59:42 +02:00
versions CHANGED: README.md; ADDED: Binaries 2019-04-10 09:06:52 +02:00
.gitignore CHANGED: README.md; ADDED: Binaries 2019-04-10 09:06:52 +02:00
.vscodeignore Inital commit 2019-04-09 14:37:58 +02:00
CHANGELOG.md Version 0.0.2 - Refresh button; Multiple Pages; Configfile for Repooptions and Tokens 2019-04-10 08:59:42 +02:00
package-lock.json Version 0.0.2 - Refresh button; Multiple Pages; Configfile for Repooptions and Tokens 2019-04-10 08:59:42 +02:00
package.json CHANGED: README.md; ADDED: Binaries 2019-04-10 09:06:52 +02:00
README.md CHANGED: README.md; ADDED: Binaries 2019-04-10 09:06:52 +02: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

To setup a gitea issue tracked project you need to first select the issues tab at the activitiy bar. After that open the command palette in order to enter your crendentials:

  • 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).

Future

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