[clang-tools-extra] r363375 - [clangd] Bump vscode-clangd v0.0.14
Haojian Wu via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 14 05:11:04 PDT 2019
Author: hokein
Date: Fri Jun 14 05:11:04 2019
New Revision: 363375
URL: http://llvm.org/viewvc/llvm-project?rev=363375&view=rev
Log:
[clangd] Bump vscode-clangd v0.0.14
CHANGELOG:
- use the vscode-buildin feature to detect language (rather than using
file extensions), this fixes the extension not working on
non-standard C++ files (e.g. via files.associations)
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=363375&r1=363374&r2=363375&view=diff
==============================================================================
--- clang-tools-extra/trunk/clangd/clients/clangd-vscode/package.json (original)
+++ clang-tools-extra/trunk/clangd/clients/clangd-vscode/package.json Fri Jun 14 05:11:04 2019
@@ -2,7 +2,7 @@
"name": "vscode-clangd",
"displayName": "vscode-clangd",
"description": "Clang Language Server",
- "version": "0.0.13",
+ "version": "0.0.14",
"publisher": "llvm-vs-code-extensions",
"homepage": "https://clang.llvm.org/extra/clangd.html",
"engines": {
More information about the cfe-commits
mailing list