Skip to content

Commit 2c04c92

Browse files
committed
fix: update createSelect to use Partial for quickPickOptions and add ignoreFocusOut option
1 parent 9952bf9 commit 2c04c92

4 files changed

Lines changed: 123 additions & 76 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@vscode-use/utils",
33
"type": "module",
44
"version": "0.1.58",
5-
"packageManager": "pnpm@10.9.0",
5+
"packageManager": "pnpm@10.12.1",
66
"description": "A collection of utility functions for VS Code extensions. Enhance your VS Code extension development with reusable, well-tested utilities.",
77
"author": "Simon He",
88
"license": "MIT",
@@ -83,7 +83,7 @@
8383
"prettier": "^2.8.8",
8484
"tsdown": "^0.9.6",
8585
"typescript": "^5.8.3",
86-
"vitest": "^3.1.2"
86+
"vitest": "^3.2.3"
8787
},
8888
"lint-staged": {
8989
"*": [

0 commit comments

Comments
 (0)