[PATCH] D49253: [clangd] Fix category in clangd-vscode's package.json
Simon Marchi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 23 07:32:32 PDT 2018
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rL337697: [clangd] Fix category in clangd-vscode's package.json (authored by simark, committed by ).
Herald added a subscriber: llvm-commits.
Repository:
rL LLVM
https://reviews.llvm.org/D49253
Files:
clang-tools-extra/trunk/clangd/clients/clangd-vscode/package.json
Index: clang-tools-extra/trunk/clangd/clients/clangd-vscode/package.json
===================================================================
--- clang-tools-extra/trunk/clangd/clients/clangd-vscode/package.json
+++ clang-tools-extra/trunk/clangd/clients/clangd-vscode/package.json
@@ -9,7 +9,7 @@
"vscode": "^1.18.0"
},
"categories": [
- "Languages",
+ "Programming Languages",
"Linters",
"Snippets"
],
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49253.156786.patch
Type: text/x-patch
Size: 459 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180723/b2f667fc/attachment.bin>
More information about the llvm-commits
mailing list