[clang-tools-extra] r361486 - [clangd] Bump vscode extension version
Kadir Cetinkaya via cfe-commits
cfe-commits at lists.llvm.org
Thu May 23 04:58:03 PDT 2019
Author: kadircet
Date: Thu May 23 04:58:03 2019
New Revision: 361486
URL: http://llvm.org/viewvc/llvm-project?rev=361486&view=rev
Log:
[clangd] Bump vscode extension version
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=361486&r1=361485&r2=361486&view=diff
==============================================================================
--- clang-tools-extra/trunk/clangd/clients/clangd-vscode/package.json (original)
+++ clang-tools-extra/trunk/clangd/clients/clangd-vscode/package.json Thu May 23 04:58:03 2019
@@ -2,7 +2,7 @@
"name": "vscode-clangd",
"displayName": "vscode-clangd",
"description": "Clang Language Server",
- "version": "0.0.12",
+ "version": "0.0.13",
"publisher": "llvm-vs-code-extensions",
"homepage": "https://clang.llvm.org/extra/clangd.html",
"engines": {
More information about the cfe-commits
mailing list