Compare commits

..

No commits in common. "master" and "1.1.26" have entirely different histories.

3 changed files with 515 additions and 492 deletions

1
.gitignore vendored
View File

@ -30,4 +30,3 @@ coverage/
.local/
.config/
data/
.aider*

986
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,14 +1,14 @@
{
"name": "vscodestat",
"displayName": "vscodestat",
"version": "1.1.82",
"version": "1.1.26",
"description": "",
"categories": [
"Other"
],
"repository": {
"type": "git",
"url": "ssh://git@gitea.raphaelpiccolo.com:10022/root/vscodestat.git"
"url": "ssh://git@gitea.data.raphaelpiccolo.com:10022/root/vscodestat.git"
},
"license": "ISC",
"author": "Raphael Piccolo",
@ -51,18 +51,18 @@
"onStartupFinished"
],
"devDependencies": {
"@types/mocha": "^10.0.10",
"@types/mocha": "^10.0.8",
"@types/node": "22.x",
"@types/vscode": "^1.99.1",
"@typescript-eslint/eslint-plugin": "^8.30.1",
"@typescript-eslint/parser": "^8.30.1",
"@types/vscode": "^1.93.0",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"@vscode/test-cli": "^0.0.10",
"@vscode/test-electron": "^2.5.2",
"eslint": "^9.25.0",
"typescript": "^5.8.3"
"@vscode/test-electron": "^2.4.1",
"eslint": "^9.11.1",
"typescript": "^5.6.2"
},
"engines": {
"vscode": "^1.99.1"
"vscode": "^1.93.0"
},
"icon": "icon.png",
"extensionKind": [