2019-07-29 09:43:37 +02:00
< div id = "vscodium-logo" align = "center" >
< br / >
2019-07-29 09:55:25 +02:00
< img src = "https://github.com/IJustDev/Gitea-VSCode/raw/master/resources/icon-highres.png" alt = "VSCodium Logo" width = "200" / >
2019-07-29 09:43:37 +02:00
< h1 > Gitea-VSCode< / h1 >
< h3 > Issuetracker for Gitea< / h3 >
< / div >
2019-04-09 14:37:58 +02:00
2019-07-29 09:43:37 +02:00
< div id = "badges" align = "center" >
![GitHub ](https://img.shields.io/github/license/ijustdev/gitea-vscode )
2019-07-29 10:13:06 +02:00
![Visual Studio Marketplace Version ](https://img.shields.io/visual-studio-marketplace/v/ijustdev.gitea-vscode )
![Visual Studio Marketplace Installs ](https://img.shields.io/visual-studio-marketplace/i/ijustdev.gitea-vscode )
2019-07-29 09:43:37 +02:00
< / div >
2019-04-10 09:06:52 +02:00
2019-07-31 10:07:54 +02:00
## Support
< a href = "https://www.buymeacoffee.com/IJustDev" target = "_blank" > < img src = "https://bmc-cdn.nyc3.digitaloceanspaces.com/BMC-button-images/custom_images/orange_img.png" alt = "Buy Me A Coffee" style = "height: auto !important;width: auto !important;" > < / a >
2019-04-10 09:06:52 +02:00
## Getting Started
2019-07-04 14:45:46 +02:00
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.
2019-07-31 14:38:03 +02:00
Also do not push the .vscode folder to your repository and doublecheck this part. It contains your gitea server instance key.
2019-07-04 14:45:46 +02:00
### The following details are needed
2019-04-10 09:06:52 +02:00
- 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).
2019-04-12 08:35:29 +02:00
## Issue colors
2019-04-12 08:42:45 +02:00
![Issues with multiple colors ](./media/gitea-issues.png )
2019-07-04 14:45:46 +02:00
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.
2019-04-10 09:06:52 +02:00
## Future
2019-07-04 14:45:46 +02:00
2019-04-10 09:06:52 +02:00
- Implement a `Close Issue` Button
- Create Issues via Webview
2019-07-04 14:45:46 +02:00
- `Comment` Issues
2019-07-29 09:43:37 +02:00
2019-07-29 10:13:06 +02:00
[logo]: resources/icon.png