Skip to content

Commit 34a2a8d

Browse files
committed
vscode engine v1.108.0
1 parent 92921f1 commit 34a2a8d

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

bun.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "statusbar-quick-actions",
33
"displayName": "StatusBar Quick Actions",
44
"description": "Highly customizable statusbar buttons for executing user-defined scripts and commands with advanced features including theme support, execution tracking, and intelligent visibility conditions.",
5-
"version": "0.0.19",
5+
"version": "0.0.22",
66
"publisher": "involvex",
77
"author": {
88
"name": "involvex"
@@ -33,7 +33,7 @@
3333
},
3434
"homepage": "https://github.com/involvex/vscode-statusbar-quick-actions#readme",
3535
"engines": {
36-
"vscode": "^1.107.0"
36+
"vscode": "^1.108.0"
3737
},
3838
"categories": [
3939
"Other",
@@ -565,9 +565,9 @@
565565
"@types/bun": "^1.3.5",
566566
"@types/console-clear": "^1.1.4",
567567
"@types/mocha": "^10.0.10",
568-
"@types/node": "^25.0.3",
568+
"@types/node": "25.0.5",
569569
"@types/sinon": "^21.0.0",
570-
"@types/vscode": "^1.107.0",
570+
"@types/vscode": "1.108.0",
571571
"@vscode/test-electron": "^2.5.2",
572572
"@vscode/vsce": "^3.7.1",
573573
"benchmark": "^2.1.4",

0 commit comments

Comments
 (0)