[clang-tools-extra] r357082 - [clangd] Bump vscode-clangd v0.0.12.
Haojian Wu via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 27 09:01:25 PDT 2019
Author: hokein
Date: Wed Mar 27 09:01:25 2019
New Revision: 357082
URL: http://llvm.org/viewvc/llvm-project?rev=357082&view=rev
Log:
[clangd] Bump vscode-clangd v0.0.12.
CHANGELOG:
- add an explicit command to activate the extension.
- support .cu files (the extension is not activated for .cu files by default,
you need to manually activate the extension).
Modified:
clang-tools-extra/trunk/clangd/clients/clangd-vscode/package.json
Modified: clang-tools-extra/trunk/clangd/clients/clangd-vscode/package.json
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clangd/clients/clangd-vscode/package.json?rev=357082&r1=357081&r2=357082&view=diff
==============================================================================
--- clang-tools-extra/trunk/clangd/clients/clangd-vscode/package.json (original)
+++ clang-tools-extra/trunk/clangd/clients/clangd-vscode/package.json Wed Mar 27 09:01:25 2019
@@ -2,7 +2,7 @@
"name": "vscode-clangd",
"displayName": "vscode-clangd",
"description": "Clang Language Server",
- "version": "0.0.11",
+ "version": "0.0.12",
"publisher": "llvm-vs-code-extensions",
"homepage": "https://clang.llvm.org/extra/clangd.html",
"engines": {
More information about the cfe-commits
mailing list