[PATCH] D84138: Recommend Clangd extension for VSCode users
Kirill Bobyrev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 20 00:12:01 PDT 2020
kbobyrev created this revision.
Herald added subscribers: llvm-commits, usaxena95, kadircet, arphaman, jkorous, MaskRay, ilya-biryukov.
Herald added a project: LLVM.
Make it easier for LLVM developers to discover Clangd and enhance the
editing experience in VSCode.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D84138
Files:
.vscode/extensions.json
Index: .vscode/extensions.json
===================================================================
--- /dev/null
+++ .vscode/extensions.json
@@ -0,0 +1,5 @@
+{
+ "recommendations": [
+ "llvm-vs-code-extensions.vscode-clangd",
+ ]
+}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84138.279136.patch
Type: text/x-patch
Size: 238 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200720/5ed9d176/attachment.bin>
More information about the llvm-commits
mailing list