[PATCH] D75292: [clangd] Remove the word 'toy' from the description of vscode-clangd
Nathan Ridge via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 27 13:04:43 PST 2020
nridge created this revision.
Herald added subscribers: cfe-commits, usaxena95, kadircet, arphaman, jkorous, MaskRay, ilya-biryukov.
Herald added a project: clang.
nridge added a comment.
We could go a step further and describe it as the "reference client" for clangd, but I'm not sure how accurate / desirable that is at this stage.
vscode-clangd today is a relatively mature and usable extension.
The word "toy" in its description may discourage some from using it
or contributing to it.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D75292
Files:
clang-tools-extra/clangd/clients/clangd-vscode/vsc-extension-quickstart.md
Index: clang-tools-extra/clangd/clients/clangd-vscode/vsc-extension-quickstart.md
===================================================================
--- clang-tools-extra/clangd/clients/clangd-vscode/vsc-extension-quickstart.md
+++ clang-tools-extra/clangd/clients/clangd-vscode/vsc-extension-quickstart.md
@@ -1,4 +1,4 @@
-# Toy VS Code Extension for clangd
+# VS Code Extension for clangd
## What's in the folder
* This folder contains all of the files necessary for your extension
@@ -30,4 +30,4 @@
* see the output of the test result in the debug console
* make changes to `test/extension.test.ts` or create new test files inside the `test` folder
* by convention, the test runner will only consider files matching the name pattern `**.test.ts`
- * you can create folders inside the `test` folder to structure your tests any way you want
\ No newline at end of file
+ * you can create folders inside the `test` folder to structure your tests any way you want
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75292.247069.patch
Type: text/x-patch
Size: 981 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200227/df0946d8/attachment-0001.bin>
More information about the cfe-commits
mailing list