This commit is contained in:
2024-07-04 14:48:15 +02:00
parent cf85a5ad24
commit 7f480b480f
4 changed files with 6 additions and 55 deletions

View File

@ -2,7 +2,7 @@
"name": "vscodestat",
"displayName": "vscodestat",
"icon": "icon.png",
"version": "1.0.6",
"version": "1.0.8",
"description": "",
"categories": [
"Other"
@ -64,5 +64,9 @@
},
"engines": {
"vscode": "^1.90.0"
}
},
"extensionKind": [
"ui",
"workspace"
]
}