[all-commits] [llvm/llvm-project] 488287: [vscode-lldb] Fix `yarn package` (#152002)
royitaqi via All-commits
all-commits at lists.llvm.org
Tue Aug 5 10:54:28 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4882874ddc1017f2f1b9b11fb67065440b101701
https://github.com/llvm/llvm-project/commit/4882874ddc1017f2f1b9b11fb67065440b101701
Author: royitaqi <royitaqi at users.noreply.github.com>
Date: 2025-08-05 (Tue, 05 Aug 2025)
Changed paths:
M lldb/tools/lldb-dap/package.json
Log Message:
-----------
[vscode-lldb] Fix `yarn package` (#152002)
# Problem
`yarn package` cannot be run twice in a row - the second time will error
out:
> Error: ENOENT: no such file or directory, stat
'<path>/llvm-project/lldb/tools/lldb-dap/out/lldb-dap.vsix'
This error is also weird, because the file actually exists. See the end
of this [full
output](https://gist.github.com/royitaqi/f3f4838ed30d7ade846f53f0fb7d68f4).
# Fix
Delete the `lldb-dap.vsix` file at the start of each run. See
consecutive runs [being
successful](https://gist.github.com/royitaqi/9609181b4fe6a8a4e71880c36cd0c7c9).
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list