forked from OSchip/llvm-project
81b79011a7
Summary: Running `vsce package` to package lldb-vscode as an installable .vsix file errors with: ``` ERROR Invalid publisher name 'llvm.org'. Expected the identifier of a publisher, not its human-friendly name. ``` This patch fixes the publisher name and bumps a required dependency so that `vsce package` succeeds. Reviewers: clayborg Reviewed By: clayborg Tags: #lldb Differential Revision: https://reviews.llvm.org/D80569 |
||
---|---|---|
.. | ||
bindings | ||
cmake | ||
docs | ||
examples | ||
include/lldb | ||
packages/Python | ||
resources | ||
scripts | ||
source | ||
test | ||
third_party/Python/module | ||
tools | ||
unittests | ||
utils | ||
.clang-format | ||
.clang-tidy | ||
.gitignore | ||
CMakeLists.txt | ||
CODE_OWNERS.txt | ||
LICENSE.TXT | ||
use_lldb_suite_root.py |