Skip to content

Commit 846a7e5

Browse files
committed
[clangd] Add icon to VSCode extension, and fix URLs
1 parent 2c312cc commit 846a7e5

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

icon.png

20.1 KB
Loading

package.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "Clang Language Server",
55
"version": "0.0.21",
66
"publisher": "llvm-vs-code-extensions",
7-
"homepage": "https://clang.llvm.org/extra/clangd.html",
7+
"homepage": "https://clangd.llvm.org/",
8+
"icon": "icon.png",
89
"engines": {
910
"vscode": "^1.41.0"
1011
},
@@ -55,8 +56,9 @@
5556
"vscode-test": "^1.3.0"
5657
},
5758
"repository": {
58-
"type": "svn",
59-
"url": "http://llvm.org/svn/llvm-project/clang-tools-extra/trunk/clangd/clients/clangd-vscode/"
59+
"type": "git",
60+
"url": "https://github.com/llvm/llvm-project.git",
61+
"directory": "clang-tools/extra/clangd/clients/clangd-vscode"
6062
},
6163
"contributes": {
6264
"languages": [

0 commit comments

Comments
 (0)