Compare commits

...

27 Commits

Author SHA1 Message Date
bot
58ff5ccc5a fix: release
All checks were successful
continuous-integration/drone/tag Build is passing
2025-12-03 04:42:39 +00:00
74533cc9b9 renovate (#138)
Co-authored-by: m.schnitzler <martin.wb.2015@gmail.com>
Co-committed-by: m.schnitzler <martin.wb.2015@gmail.com>
2025-12-03 04:42:14 +00:00
bot
0cd8d6c0d1 fix: release
All checks were successful
continuous-integration/drone/tag Build is passing
2025-11-25 01:37:02 +00:00
7a654ffad8 renovate (#137)
Co-authored-by: m.schnitzler <martin.wb.2015@gmail.com>
Co-committed-by: m.schnitzler <martin.wb.2015@gmail.com>
2025-11-25 01:36:09 +00:00
703225acdd up
All checks were successful
continuous-integration/drone/tag Build is passing
2025-11-19 15:33:08 +01:00
bot
8c3b9f0ca6 fix: release
Some checks failed
continuous-integration/drone/tag Build encountered an error
2025-11-18 01:54:28 +00:00
0b40b2dee8 renovate (#136)
Co-authored-by: m.schnitzler <martin.wb.2015@gmail.com>
Co-committed-by: m.schnitzler <martin.wb.2015@gmail.com>
2025-11-18 01:54:17 +00:00
bot
afe65f5e34 fix: release
All checks were successful
continuous-integration/drone/tag Build is passing
2025-11-13 19:21:02 +00:00
fa14e6fbfe renovate (#135)
Co-authored-by: m.schnitzler <martin.wb.2015@gmail.com>
Co-committed-by: m.schnitzler <martin.wb.2015@gmail.com>
2025-11-13 19:20:41 +00:00
bot
7968d84047 fix: release
All checks were successful
continuous-integration/drone/tag Build is passing
2025-11-11 01:36:22 +00:00
a2fe9e239a renovate (#134)
Co-authored-by: m.schnitzler <martin.wb.2015@gmail.com>
Co-committed-by: m.schnitzler <martin.wb.2015@gmail.com>
2025-11-11 01:35:39 +00:00
bot
a6f849d0f5 fix: release
All checks were successful
continuous-integration/drone/tag Build is passing
2025-11-04 09:31:45 +00:00
4869be90b8 renovate (#133)
Co-authored-by: m.schnitzler <martin.wb.2015@gmail.com>
Co-committed-by: m.schnitzler <martin.wb.2015@gmail.com>
2025-11-04 09:31:18 +00:00
bot
ddca7cc92e fix: release
All checks were successful
continuous-integration/drone/tag Build is passing
2025-11-01 04:08:09 +00:00
12fc16e71f renovate (#132)
Co-authored-by: m.schnitzler <martin.wb.2015@gmail.com>
Co-committed-by: m.schnitzler <martin.wb.2015@gmail.com>
2025-11-01 04:07:33 +00:00
bot
d8014e94b8 fix: release
All checks were successful
continuous-integration/drone/tag Build is passing
2025-10-21 08:31:14 +00:00
54d05237ed renovate (#131)
Co-authored-by: m.schnitzler <martin.wb.2015@gmail.com>
Co-committed-by: m.schnitzler <martin.wb.2015@gmail.com>
2025-10-21 08:30:46 +00:00
bot
60037aec07 fix: release
All checks were successful
continuous-integration/drone/tag Build is passing
2025-10-18 05:23:13 +00:00
8378fe9eb1 renovate (#130)
Co-authored-by: m.schnitzler <martin.wb.2015@gmail.com>
Co-committed-by: m.schnitzler <martin.wb.2015@gmail.com>
2025-10-18 05:22:36 +00:00
bot
8acbc35562 fix: release
All checks were successful
continuous-integration/drone/tag Build is passing
2025-10-14 06:25:23 +00:00
30deaa961b renovate (#129)
Co-authored-by: m.schnitzler <martin.wb.2015@gmail.com>
Co-committed-by: m.schnitzler <martin.wb.2015@gmail.com>
2025-10-14 06:24:54 +00:00
bot
0d120cd51d fix: release
All checks were successful
continuous-integration/drone/tag Build is passing
2025-10-10 01:15:45 +00:00
86213539f7 renovate (#128)
Co-authored-by: m.schnitzler <martin.wb.2015@gmail.com>
Co-committed-by: m.schnitzler <martin.wb.2015@gmail.com>
2025-10-10 01:15:31 +00:00
bot
94b921fbe2 fix: release
All checks were successful
continuous-integration/drone/tag Build is passing
2025-10-08 06:36:14 +00:00
f62b4b7804 renovate (#127)
Co-authored-by: m.schnitzler <martin.wb.2015@gmail.com>
Co-committed-by: m.schnitzler <martin.wb.2015@gmail.com>
2025-10-08 06:35:30 +00:00
bot
be89eda130 fix: release
All checks were successful
continuous-integration/drone/tag Build is passing
2025-10-04 17:11:18 +00:00
79d2d781b0 renovate (#126)
Co-authored-by: m.schnitzler <martin.wb.2015@gmail.com>
Co-committed-by: m.schnitzler <martin.wb.2015@gmail.com>
2025-10-04 17:10:57 +00:00
3 changed files with 241 additions and 388 deletions

View File

@@ -1,10 +1,24 @@
kind: pipeline
type: ssh
name: default
server:
host: build.gextra.net
user: root
ssh_key:
from_secret: ssh_key_secret
trigger:
event:
- tag
# kind: pipeline
# name: default
# trigger:
# event:
# - tag
steps:
- name: build
image: node

601
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.119",
"version": "1.1.133",
"description": "",
"categories": [
"Other"
@@ -53,16 +53,16 @@
"devDependencies": {
"@types/mocha": "^10.0.10",
"@types/node": "24.x",
"@types/vscode": "^1.104.0",
"@typescript-eslint/eslint-plugin": "^8.45.0",
"@typescript-eslint/parser": "^8.45.0",
"@vscode/test-cli": "^0.0.11",
"@types/vscode": "^1.106.1",
"@typescript-eslint/eslint-plugin": "^8.48.1",
"@typescript-eslint/parser": "^8.48.1",
"@vscode/test-cli": "^0.0.12",
"@vscode/test-electron": "^2.5.2",
"eslint": "^9.36.0",
"eslint": "^9.39.1",
"typescript": "^5.9.3"
},
"engines": {
"vscode": "^1.104.0"
"vscode": "^1.106.1"
},
"icon": "icon.png",
"extensionKind": [