[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)

llvm-svn: 363375
This commit is contained in:
Haojian Wu 2019-06-14 12:11:04 +00:00
parent f7cfabb45d
commit f907849e2e

View File

@ -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": {