This commit is contained in:
2024-04-04 12:30:39 +02:00
parent 293b8ebedf
commit 44d71cc184
3 changed files with 13 additions and 8 deletions

View File

@ -2,13 +2,17 @@
"name": "vscodestat",
"displayName": "vscodestat",
"description": "",
"version": "0.0.2",
"version": "1.0.1",
"engines": {
"vscode": "^1.87.0"
},
"categories": [
"Other"
],
"repository": {
"type": "git",
"url": "ssh://git@gitea.raphaelpiccolo.com:10022/root/vscodestat.git"
},
"activationEvents": [
"onStartupFinished"
],