[Lldb-commits] [lldb] [lldb-dap] expand tilde in dap executable path (PR #162635)
John Harrison via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 31 10:00:43 PDT 2025
================
@@ -31,13 +31,15 @@
"chokidar": "^4.0.3"
},
"devDependencies": {
+ "@types/mocha": "^10.0.1",
"@types/node": "^18.19.41",
"@types/tabulator-tables": "^6.2.10",
"@types/vscode": "1.75.0",
"@types/vscode-webview": "^1.57.5",
"@vscode/debugprotocol": "^1.68.0",
"@vscode/vsce": "^3.2.2",
"esbuild": "^0.25.9",
+ "mocha": "^10.2.0",
----------------
ashgti wrote:
These tests aren't currently part of the CI yet.
If we wanted to run them we could set that up, vscode itself uses https://github.com/microsoft/vscode/blob/de3dcaeb108d3ae6f3a16923b06ad95bc0411ee8/.github/workflows/pr-linux-test.yml#L34-L49 to setup the workflow.
If we did that we would be able to run these tests as part of a CI job, we could also only trigger them if the change includes one of the .ts files. But I haven't really worked on the github CI system much, so you'd probably need to check with someone else on running the tests as part of a CI job.
https://github.com/llvm/llvm-project/pull/162635
More information about the lldb-commits
mailing list