[clang-tools-extra] r327019 - [clangd] Bump vscode extension version to 0.0.5

Eric Liu via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 8 08:14:12 PST 2018


Author: ioeric
Date: Thu Mar  8 08:14:11 2018
New Revision: 327019

URL: http://llvm.org/viewvc/llvm-project?rev=327019&view=rev
Log:
[clangd] Bump vscode extension version to 0.0.5

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=327019&r1=327018&r2=327019&view=diff
==============================================================================
--- clang-tools-extra/trunk/clangd/clients/clangd-vscode/package.json (original)
+++ clang-tools-extra/trunk/clangd/clients/clangd-vscode/package.json Thu Mar  8 08:14:11 2018
@@ -2,7 +2,7 @@
     "name": "vscode-clangd",
     "displayName": "vscode-clangd",
     "description": "Clang Language Server",
-    "version": "0.0.4",
+    "version": "0.0.5",
     "publisher": "llvm-vs-code-extensions",
     "homepage": "https://clang.llvm.org/extra/clangd.html",
     "engines": {




More information about the cfe-commits mailing list