Compare commits

...

8 Commits

Author SHA1 Message Date
bot
6c3ecc1392 fix: release
All checks were successful
continuous-integration/drone/tag Build is passing
2025-05-18 00:16:33 +00:00
65d34bffe3 renovate (#95)
Co-authored-by: m.schnitzler <martin.wb.2015@gmail.com>
Co-committed-by: m.schnitzler <martin.wb.2015@gmail.com>
2025-05-18 00:15:43 +00:00
bot
1aecf03aac fix: release
All checks were successful
continuous-integration/drone/tag Build is passing
2025-05-13 00:58:46 +00:00
71fb6fed1a renovate (#94)
Co-authored-by: m.schnitzler <martin.wb.2015@gmail.com>
Co-committed-by: m.schnitzler <martin.wb.2015@gmail.com>
2025-05-13 00:58:16 +00:00
bot
8120e3bd48 fix: release
All checks were successful
continuous-integration/drone/tag Build is passing
2025-05-09 23:50:19 +00:00
8abd2402ac renovate (#93)
Co-authored-by: m.schnitzler <martin.wb.2015@gmail.com>
Co-committed-by: m.schnitzler <martin.wb.2015@gmail.com>
2025-05-09 23:50:08 +00:00
bot
ce631f12af fix: release
All checks were successful
continuous-integration/drone/tag Build is passing
2025-05-06 08:18:57 +00:00
226687cd73 renovate (#92)
Co-authored-by: m.schnitzler <martin.wb.2015@gmail.com>
Co-committed-by: m.schnitzler <martin.wb.2015@gmail.com>
2025-05-06 08:18:00 +00:00
2 changed files with 121 additions and 1039 deletions

1148
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
{
"name": "vscodestat",
"displayName": "vscodestat",
"version": "1.1.85",
"version": "1.1.89",
"description": "",
"categories": [
"Other"
@ -53,16 +53,16 @@
"devDependencies": {
"@types/mocha": "^10.0.10",
"@types/node": "22.x",
"@types/vscode": "^1.99.1",
"@typescript-eslint/eslint-plugin": "^8.31.1",
"@typescript-eslint/parser": "^8.31.1",
"@types/vscode": "^1.100.0",
"@typescript-eslint/eslint-plugin": "^8.32.1",
"@typescript-eslint/parser": "^8.32.1",
"@vscode/test-cli": "^0.0.10",
"@vscode/test-electron": "^2.5.2",
"eslint": "^9.26.0",
"eslint": "^9.27.0",
"typescript": "^5.8.3"
},
"engines": {
"vscode": "^1.99.1"
"vscode": "^1.100.0"
},
"icon": "icon.png",
"extensionKind": [