Version: 0.0.8 - Added icon and .vsix binary

This commit is contained in:
IJustDev 2019-07-29 09:55:25 +02:00
parent 8587fd4bac
commit af938bb2c5
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
<div id="vscodium-logo" align="center">
<br />
<img src="./resources/icon-highres.png" alt="VSCodium Logo" width="200"/>
<img src="https://github.com/IJustDev/Gitea-VSCode/raw/master/resources/icon-highres.png" alt="VSCodium Logo" width="200"/>
<h1>Gitea-VSCode</h1>
<h3>Issuetracker for Gitea</h3>
</div>

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "gitea-vscode",
"version": "0.0.7",
"version": "0.0.8",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -16,7 +16,7 @@
"onCommand:giteaIssues.refreshIssues"
],
"main": "./out/extension.js",
"icon": "./resources/icon.png",
"icon": "resources/icon.png",
"contributes": {
"viewsContainers": {
"activitybar": [

Binary file not shown.