diff --git a/packages/vscode/images/githru_logo_temp.png b/packages/vscode/images/githru_logo_temp.png new file mode 100644 index 00000000..8052a386 Binary files /dev/null and b/packages/vscode/images/githru_logo_temp.png differ diff --git a/packages/vscode/package.json b/packages/vscode/package.json index 5520747a..23a9d840 100644 --- a/packages/vscode/package.json +++ b/packages/vscode/package.json @@ -2,16 +2,30 @@ "name": "githru-vscode-ext", "displayName": "githru-vscode-ext", "description": "vscode extension module for githru-vscode-ext", - "repository": "https://github.com/githru/githru-vscode-ext", + "publisher": "githru", + "repository": { + "url": "https://github.com/githru/githru-vscode-ext", + "type": "git" + }, "version": "0.1.0", "engines": { "vscode": "^1.67.0" }, + "icon": "images/githru_logo_temp.png", "author": { "name": "team githru" }, "categories": [ - "Other" + "Other", + "SCM Providers" + ], + "keywords": [ + "githru", + "git", + "GitHub", + "log", + "visualization", + "visual analytics" ], "activationEvents": [ "*"