[all-commits] [llvm/llvm-project] f71512: [lldb-dap] Fix the vscode-uninstall command
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue Dec 3 11:03:54 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f7151248579330df8ea68003f60b778149e0f262
https://github.com/llvm/llvm-project/commit/f7151248579330df8ea68003f60b778149e0f262
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2024-12-03 (Tue, 03 Dec 2024)
Changed paths:
M lldb/tools/lldb-dap/package.json
Log Message:
-----------
[lldb-dap] Fix the vscode-uninstall command
The command was using the wrong publisher name ("llvm" rather than
"llvm-vs-code-extensions") resulting in the command complaining:
```
npm run vscode-uninstall
> lldb-dap at 0.2.6 vscode-uninstall
> code --uninstall-extension llvm.lldb-dap
Extension 'llvm.lldb-dap' is not installed.
Make sure you use the full extension ID, including the publisher, e.g.: ms-dotnettools.csharp
```
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