Skip to content

Commit

Permalink
[clangd] Fix category in clangd-vscode's package.json
Browse files Browse the repository at this point in the history
Summary:
When opening package.json, vscode shows:

  Use 'Programming  Languages' instead

Replacing "Languages" with this fixes it.

Reviewers: ilya-biryukov

Subscribers: arphaman, ilya-biryukov, ioeric, MaskRay, jkorous, cfe-commits

Differential Revision: https://reviews.llvm.org/D49253

llvm-svn: 337697
  • Loading branch information
Simon Marchi committed Jul 23, 2018
1 parent 1e954f7 commit 802a685
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -9,7 +9,7 @@
"vscode": "^1.18.0"
},
"categories": [
"Languages",
"Programming Languages",
"Linters",
"Snippets"
],
Expand Down

0 comments on commit 802a685

Please sign in to comment.