Compare commits
46 Commits
Author | SHA1 | Date | |
---|---|---|---|
5f5cfd26db | |||
60ed9c664b | |||
190287cd72 | |||
e443cda701 | |||
8ec77904db | |||
e2227f3a6c | |||
84fb11cf4a | |||
3eb7ab4cd4 | |||
0e8d39f0c1 | |||
559223da39 | |||
5d6b14acc7 | |||
58e1b1d9c3 | |||
32bfc62714 | |||
bf09ddbac0 | |||
59261999f0 | |||
663b1cb364 | |||
aa9bba4755 | |||
f55c48eb4e | |||
1cddb4d88a | |||
944b7368d0 | |||
295745ed3b | |||
16c19e915c | |||
7a74aeac9a | |||
47da521a15 | |||
2f300a0ab6 | |||
7aa4310359 | |||
51d6bed019 | |||
92f922ff93 | |||
82025b9624 | |||
014ef099f2 | |||
febc36ef36 | |||
9a7217cbb6 | |||
64c8d8d77e | |||
7bebd66b20 | |||
7d8e82a7de | |||
89c1150c7d | |||
65a1db8157 | |||
c7bb134cff | |||
640ba2fbf5 | |||
c21ddcdd2e | |||
910c941222 | |||
6d6c56b87c | |||
96f27dadd7 | |||
0a380910dc | |||
98ab84e21f | |||
4cd0e6a1e3 |
@ -16,7 +16,7 @@ steps:
|
||||
- name: gitea_release
|
||||
image: plugins/gitea-release
|
||||
settings:
|
||||
base_url: https://gitea.data.raphaelpiccolo.com
|
||||
base_url: https://gitea.raphaelpiccolo.com
|
||||
files: ./*.vsix
|
||||
api_key:
|
||||
from_secret: gitea_token
|
||||
|
643
package-lock.json
generated
643
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
18
package.json
18
package.json
@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "vscodestat",
|
||||
"displayName": "vscodestat",
|
||||
"version": "1.1.27",
|
||||
"version": "1.1.49",
|
||||
"description": "",
|
||||
"categories": [
|
||||
"Other"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "ssh://git@gitea.data.raphaelpiccolo.com:10022/root/vscodestat.git"
|
||||
"url": "ssh://git@gitea.raphaelpiccolo.com:10022/root/vscodestat.git"
|
||||
},
|
||||
"license": "ISC",
|
||||
"author": "Raphael Piccolo",
|
||||
@ -51,18 +51,18 @@
|
||||
"onStartupFinished"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@types/mocha": "^10.0.8",
|
||||
"@types/mocha": "^10.0.10",
|
||||
"@types/node": "22.x",
|
||||
"@types/vscode": "^1.93.0",
|
||||
"@typescript-eslint/eslint-plugin": "^8.8.0",
|
||||
"@typescript-eslint/parser": "^8.8.0",
|
||||
"@types/vscode": "^1.96.0",
|
||||
"@typescript-eslint/eslint-plugin": "^8.18.0",
|
||||
"@typescript-eslint/parser": "^8.18.0",
|
||||
"@vscode/test-cli": "^0.0.10",
|
||||
"@vscode/test-electron": "^2.4.1",
|
||||
"eslint": "^9.11.1",
|
||||
"typescript": "^5.6.2"
|
||||
"eslint": "^9.16.0",
|
||||
"typescript": "^5.7.2"
|
||||
},
|
||||
"engines": {
|
||||
"vscode": "^1.93.0"
|
||||
"vscode": "^1.96.0"
|
||||
},
|
||||
"icon": "icon.png",
|
||||
"extensionKind": [
|
||||
|
Reference in New Issue
Block a user