[Lldb-commits] [lldb] [lldb-dap] Update npm dependencies (PR #125832)
John Harrison via lldb-commits
lldb-commits at lists.llvm.org
Wed Feb 5 08:46:38 PST 2025
================
@@ -28,11 +28,11 @@
],
"devDependencies": {
"@types/node": "^18.11.18",
- "@types/vscode": "~1.74.0",
- "@vscode/vsce": "^2.19.0",
- "prettier-plugin-curly": "^0.1.3",
- "prettier": "^3.1.1",
- "typescript": "^4.6.4"
+ "@types/vscode": "1.75.0",
----------------
ashgti wrote:
The engine field should indicate which version of VS Code is supported, this should only unblock any newer APIs.
https://github.com/llvm/llvm-project/pull/125832
More information about the lldb-commits
mailing list