[PATCH] D41391: [clangd] Use the clang-tools-extra as the official repo for `vscode-clangd` extension.

Haojian Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 19 05:52:07 PST 2017


hokein created this revision.
hokein added reviewers: sammccall, krasimir.
Herald added subscribers: ilya-biryukov, klimek.

Previously, we use a separate GitHub repository (https://github.com/llvm-vs-code-extensions/vscode-clangd)
for publishing `vscode-clangd` extension to marketplace.

To reduce the maintain burden, we will use the vscode extension in the
clang-tools-extra, and deprecate the one on GitHub.

Test in https://marketplace.visualstudio.com/items?itemName=llvm-vs-code-extensions.clangd-vscode-test


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D41391

Files:
  clangd/clients/clangd-vscode/README.md
  clangd/clients/clangd-vscode/README.txt
  clangd/clients/clangd-vscode/package.json

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41391.127510.patch
Type: text/x-patch
Size: 3584 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171219/f696e5c6/attachment.bin>


More information about the cfe-commits mailing list