Issue tracker for gitea repositories
662f7268d4
Added gitter badge |
||
---|---|---|
.github | ||
.vscode | ||
media | ||
resources | ||
src | ||
versions | ||
_config.yml | ||
.gitignore | ||
.vscodeignore | ||
CHANGELOG.md | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json | ||
tslint.json | ||
vsc-extension-quickstart.md |
Gitea-VSCode
Issuetracker for Gitea
Support
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
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