summaryrefslogtreecommitdiff
path: root/package-lock.json
diff options
context:
space:
mode:
authorchristine betts <[email protected]>2025-07-21 17:54:37 +0000
committerGitHub <[email protected]>2025-07-21 17:54:37 +0000
commit9bdcdf97d883d860a1552a5da5b890e8a7ec6b8a (patch)
tree1c40835626074929fd84652a619e8e2696eb5f07 /package-lock.json
parent45b764943ae9dd2d5f18ece0aaa13f84eaa4ad5c (diff)
[ide-mode] Keep track of recently-opened files and send them to the CLI (#4463)
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package-lock.json b/package-lock.json
index d14a18e8..475d01e3 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -11891,7 +11891,8 @@
"esbuild": "^0.25.3",
"eslint": "^9.25.1",
"npm-run-all": "^4.1.5",
- "typescript": "^5.8.3"
+ "typescript": "^5.8.3",
+ "vitest": "^3.2.4"
},
"engines": {
"vscode": "^1.101.0"