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/ .local/
.config/ .config/
data/ 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", "name": "vscodestat",
"displayName": "vscodestat", "displayName": "vscodestat",
"version": "1.1.82", "version": "1.1.26",
"description": "", "description": "",
"categories": [ "categories": [
"Other" "Other"
], ],
"repository": { "repository": {
"type": "git", "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", "license": "ISC",
"author": "Raphael Piccolo", "author": "Raphael Piccolo",
@ -51,18 +51,18 @@
"onStartupFinished" "onStartupFinished"
], ],
"devDependencies": { "devDependencies": {
"@types/mocha": "^10.0.10", "@types/mocha": "^10.0.8",
"@types/node": "22.x", "@types/node": "22.x",
"@types/vscode": "^1.99.1", "@types/vscode": "^1.93.0",
"@typescript-eslint/eslint-plugin": "^8.30.1", "@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.30.1", "@typescript-eslint/parser": "^8.8.0",
"@vscode/test-cli": "^0.0.10", "@vscode/test-cli": "^0.0.10",
"@vscode/test-electron": "^2.5.2", "@vscode/test-electron": "^2.4.1",
"eslint": "^9.25.0", "eslint": "^9.11.1",
"typescript": "^5.8.3" "typescript": "^5.6.2"
}, },
"engines": { "engines": {
"vscode": "^1.99.1" "vscode": "^1.93.0"
}, },
"icon": "icon.png", "icon": "icon.png",
"extensionKind": [ "extensionKind": [