Compare commits
No commits in common. "master" and "1.1.33" have entirely different histories.
@ -16,7 +16,7 @@ steps:
|
||||
- name: gitea_release
|
||||
image: plugins/gitea-release
|
||||
settings:
|
||||
base_url: https://gitea.raphaelpiccolo.com
|
||||
base_url: https://gitea.data.raphaelpiccolo.com
|
||||
files: ./*.vsix
|
||||
api_key:
|
||||
from_secret: gitea_token
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -30,4 +30,3 @@ coverage/
|
||||
.local/
|
||||
.config/
|
||||
data/
|
||||
.aider*
|
||||
|
741
package-lock.json
generated
741
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
18
package.json
18
package.json
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "vscodestat",
|
||||
"displayName": "vscodestat",
|
||||
"version": "1.1.82",
|
||||
"version": "1.1.33",
|
||||
"description": "",
|
||||
"categories": [
|
||||
"Other"
|
||||
@ -51,18 +51,18 @@
|
||||
"onStartupFinished"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@types/mocha": "^10.0.10",
|
||||
"@types/mocha": "^10.0.9",
|
||||
"@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.94.0",
|
||||
"@typescript-eslint/eslint-plugin": "^8.10.0",
|
||||
"@typescript-eslint/parser": "^8.10.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.12.0",
|
||||
"typescript": "^5.6.3"
|
||||
},
|
||||
"engines": {
|
||||
"vscode": "^1.99.1"
|
||||
"vscode": "^1.94.0"
|
||||
},
|
||||
"icon": "icon.png",
|
||||
"extensionKind": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user