[all-commits] [llvm/llvm-project] 81b790: [lldb-vscode] Make it possible to run vsce package

Greg Clayton via All-commits all-commits at lists.llvm.org
Thu May 28 13:34:33 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 81b79011a77f97798236af6d716e5d352790d54b
      https://github.com/llvm/llvm-project/commit/81b79011a77f97798236af6d716e5d352790d54b
  Author: Greg Clayton <gclayton at fb.com>
  Date:   2020-05-28 (Thu, 28 May 2020)

  Changed paths:
    M lldb/tools/lldb-vscode/package.json

  Log Message:
  -----------
  [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




More information about the All-commits mailing list