[clang-tools-extra] r325503 - [clangd] Correct the doc, password => Personal Access Token.

Haojian Wu via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 19 06:26:55 PST 2018


Author: hokein
Date: Mon Feb 19 06:26:55 2018
New Revision: 325503

URL: http://llvm.org/viewvc/llvm-project?rev=325503&view=rev
Log:
[clangd] Correct the doc, password => Personal Access Token.

Modified:
    clang-tools-extra/trunk/clangd/clients/clangd-vscode/README.md

Modified: clang-tools-extra/trunk/clangd/clients/clangd-vscode/README.md
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clangd/clients/clangd-vscode/README.md?rev=325503&r1=325502&r2=325503&view=diff
==============================================================================
--- clang-tools-extra/trunk/clangd/clients/clangd-vscode/README.md (original)
+++ clang-tools-extra/trunk/clangd/clients/clangd-vscode/README.md Mon Feb 19 06:26:55 2018
@@ -70,7 +70,7 @@ please contact cfe-dev at lists.llvm.org.
 ```bash
   $ cd /path/to/clang-tools-extra/clangd/clients/clangd-vscode/
   # For the first time, you need to login in the account. vsce will ask you for
-    the account password, and remember it for future commands.
+    the Personal Access Token, and remember it for future commands.
   $ vsce login llvm-vs-code-extensions
   $ vsce publish
 ```




More information about the cfe-commits mailing list