diff --git a/.gitignore b/.gitignore index 5fe00fe..0ae15c3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ out node_modules .vscode-test/ -*.vsix +# *.vsix diff --git a/README.md b/README.md index 0e020fd..cc1a606 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,18 @@ # Gitea-VSCode -Issuetracker for Gitea \ No newline at end of file +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 \ No newline at end of file diff --git a/package.json b/package.json index 0ecfe1f..c5a5e29 100644 --- a/package.json +++ b/package.json @@ -78,5 +78,9 @@ "dependencies": { "axios": "^0.18.0", "configparser": "^0.2.6" + }, + "repository": { + "type": "github", + "url": "https://github.com/IJustdev/Gitea-VSCode.git" } } \ No newline at end of file diff --git a/gitea-vscode-0.0.1.vsix b/versions/gitea-vscode-0.0.1.vsix similarity index 100% rename from gitea-vscode-0.0.1.vsix rename to versions/gitea-vscode-0.0.1.vsix diff --git a/versions/gitea-vscode-0.0.2.vsix b/versions/gitea-vscode-0.0.2.vsix new file mode 100644 index 0000000..5f40514 Binary files /dev/null and b/versions/gitea-vscode-0.0.2.vsix differ