Compare commits

..

19 Commits

Author SHA1 Message Date
bot
647f8a22cc fix: release
All checks were successful
continuous-integration/drone/tag Build is passing
2025-06-28 02:59:24 +00:00
ee930c9fa3 renovate (#101)
Co-authored-by: m.schnitzler <martin.wb.2015@gmail.com>
Co-committed-by: m.schnitzler <martin.wb.2015@gmail.com>
2025-06-28 02:59:09 +00:00
bot
faa37adde2 fix: release
All checks were successful
continuous-integration/drone/tag Build is passing
2025-06-23 23:44:18 +00:00
33ab03fbd6 renovate (#100)
Co-authored-by: m.schnitzler <martin.wb.2015@gmail.com>
Co-committed-by: m.schnitzler <martin.wb.2015@gmail.com>
2025-06-23 23:44:00 +00:00
bot
2a9025302e fix: release
All checks were successful
continuous-integration/drone/tag Build is passing
2025-06-16 23:31:26 +00:00
87e25628fa renovate (#99)
Co-authored-by: m.schnitzler <martin.wb.2015@gmail.com>
Co-committed-by: m.schnitzler <martin.wb.2015@gmail.com>
2025-06-16 23:31:17 +00:00
1009ed5132 up 2025-06-17 01:01:52 +02:00
bot
95df217bf8 fix: release
All checks were successful
continuous-integration/drone/tag Build is passing
2025-06-05 06:10:56 +00:00
b7e1f8bc94 renovate (#98)
Co-authored-by: m.schnitzler <martin.wb.2015@gmail.com>
Co-committed-by: m.schnitzler <martin.wb.2015@gmail.com>
2025-06-05 06:10:24 +00:00
bot
f7f35a01df fix: release
All checks were successful
continuous-integration/drone/tag Build is passing
2025-05-31 04:54:54 +00:00
bca29b7a23 renovate (#97)
Co-authored-by: m.schnitzler <martin.wb.2015@gmail.com>
Co-committed-by: m.schnitzler <martin.wb.2015@gmail.com>
2025-05-31 04:54:47 +00:00
bot
1b2439a0b6 fix: release
All checks were successful
continuous-integration/drone/tag Build is passing
2025-05-28 03:06:35 +00:00
7e7d40b77f renovate (#96)
Co-authored-by: m.schnitzler <martin.wb.2015@gmail.com>
Co-committed-by: m.schnitzler <martin.wb.2015@gmail.com>
2025-05-28 03:06:18 +00:00
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
2 changed files with 279 additions and 1254 deletions

1517
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.86",
"version": "1.1.95",
"description": "",
"categories": [
"Other"
@ -52,17 +52,17 @@
],
"devDependencies": {
"@types/mocha": "^10.0.10",
"@types/node": "22.x",
"@types/vscode": "^1.99.1",
"@typescript-eslint/eslint-plugin": "^8.32.0",
"@typescript-eslint/parser": "^8.32.0",
"@vscode/test-cli": "^0.0.10",
"@types/node": "24.x",
"@types/vscode": "^1.101.0",
"@typescript-eslint/eslint-plugin": "^8.35.0",
"@typescript-eslint/parser": "^8.35.0",
"@vscode/test-cli": "^0.0.11",
"@vscode/test-electron": "^2.5.2",
"eslint": "^9.26.0",
"eslint": "^9.30.0",
"typescript": "^5.8.3"
},
"engines": {
"vscode": "^1.99.1"
"vscode": "^1.101.0"
},
"icon": "icon.png",
"extensionKind": [