Skip to content

Commit

Permalink
[clangd] Add icon to VSCode extension, and fix URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-mccall committed Apr 21, 2020
1 parent 0df40d6 commit 5a68138
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions clang-tools-extra/clangd/clients/clangd-vscode/package.json
Expand Up @@ -4,7 +4,8 @@
"description": "Clang Language Server",
"version": "0.0.21",
"publisher": "llvm-vs-code-extensions",
"homepage": "https://clang.llvm.org/extra/clangd.html",
"homepage": "https://clangd.llvm.org/",
"icon": "icon.png",
"engines": {
"vscode": "^1.41.0"
},
Expand Down Expand Up @@ -55,8 +56,9 @@
"vscode-test": "^1.3.0"
},
"repository": {
"type": "svn",
"url": "http://llvm.org/svn/llvm-project/clang-tools-extra/trunk/clangd/clients/clangd-vscode/"
"type": "git",
"url": "https://github.com/llvm/llvm-project.git",
"directory": "clang-tools/extra/clangd/clients/clangd-vscode"
},
"contributes": {
"languages": [
Expand Down

0 comments on commit 5a68138

Please sign in to comment.