llvm-project/lldb
Greg Clayton 81b79011a7 [lldb-vscode] Make it possible to run vsce package
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
2020-05-28 13:33:48 -07:00
..
bindings
cmake
docs [Docs] Correct description of lldbinit behavior 2020-05-28 13:10:33 -07:00
examples Fix the crashlog.py script's use of the load_address property. 2020-05-28 09:55:40 -07:00
include/lldb [lldb/Reproducers] Skip API logging in the DUMMY macro 2020-05-27 10:35:43 -07:00
packages/Python [lldb] Make order of completions for expressions deterministic and sorted by Clang's priority values. 2020-05-27 19:22:01 +02:00
resources
scripts
source Fix a use-after-free in GetXcodeSDKPath 2020-05-27 14:27:16 -07:00
test [lldb/Reproducers] Add top-level-target check-lldb-reproducers 2020-05-28 10:48:16 -07:00
third_party/Python/module
tools [lldb-vscode] Make it possible to run vsce package 2020-05-28 13:33:48 -07:00
unittests [lldb] Don't complete ObjCInterfaceDecls in ClangExternalASTSourceCallbacks::FindExternalVisibleDeclsByName 2020-05-27 12:39:24 +02:00
utils
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt
CODE_OWNERS.txt
LICENSE.TXT
use_lldb_suite_root.py