CHANGED: README.md; ADDED: Binaries

This commit is contained in:
IJustDev 2019-04-10 09:06:52 +02:00
parent ff29374fe2
commit aa18debda1
5 changed files with 21 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
out
node_modules
.vscode-test/
*.vsix
# *.vsix

View File

@ -1,3 +1,18 @@
# Gitea-VSCode
Issuetracker for Gitea
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

View File

@ -78,5 +78,9 @@
"dependencies": {
"axios": "^0.18.0",
"configparser": "^0.2.6"
},
"repository": {
"type": "github",
"url": "https://github.com/IJustdev/Gitea-VSCode.git"
}
}

Binary file not shown.