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

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


  Branch: refs/heads/arcpatch-D80569
  Home:   https://github.com/llvm/llvm-project
  Commit: 3fca962854050cd4af513a514f45596a0ae7a4f2
      https://github.com/llvm/llvm-project/commit/3fca962854050cd4af513a514f45596a0ae7a4f2
  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