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


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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to