[PATCH] D43455: [clangd] Add brief instructions on how to make a release for vscode-clangd extension.

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 19 05:56:39 PST 2018


sammccall accepted this revision.
sammccall added a comment.
This revision is now accepted and ready to land.

thanks! couple of nits



================
Comment at: clangd/clients/clangd-vscode/README.md:55
+
+Everytime you make a change to `clangd-vscode`, you are expected to publish a
+new version to the Extension Marketplace.
----------------
Is this true? Might be more accurate to say that changes to `clangd-vscode` are not released until a new version is published to the marketplace.


================
Comment at: clangd/clients/clangd-vscode/README.md:61
+* Make sure install the `vsce` command (`npm install -g vsce`)
+* `llvm-vs-code-extensions` account
+
----------------
increase the version number in (whatever the filename is), and commit that change?


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D43455





More information about the cfe-commits mailing list