CHANGED: README.md; ADDED: Binaries
This commit is contained in:
parent
ff29374fe2
commit
aa18debda1
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,4 +1,4 @@
|
||||
out
|
||||
node_modules
|
||||
.vscode-test/
|
||||
*.vsix
|
||||
# *.vsix
|
||||
|
17
README.md
17
README.md
@ -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
|
@ -78,5 +78,9 @@
|
||||
"dependencies": {
|
||||
"axios": "^0.18.0",
|
||||
"configparser": "^0.2.6"
|
||||
},
|
||||
"repository": {
|
||||
"type": "github",
|
||||
"url": "https://github.com/IJustdev/Gitea-VSCode.git"
|
||||
}
|
||||
}
|
BIN
versions/gitea-vscode-0.0.2.vsix
Normal file
BIN
versions/gitea-vscode-0.0.2.vsix
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user