From ecdd8939344f0cc85c064d0be616b950f144702c Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Fri, 6 Oct 2017 18:16:20 +0200 Subject: Publish to VSCode Marketplace Add Icon and git repo to package.json to make a pretty page on the VSCode Marketplace. Add MIT license. --- package.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'package.json') diff --git a/package.json b/package.json index 406e1fb..a4c444a 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,19 @@ "activationEvents": [ "onLanguage:cpp" ], + "icon": "images/icon.png", + "keywords": [ + "cpp", "c++", "c", "doxygen" + ], + "license": "LICENSE", "main": "./out/extension", + "repository": { + "type": "git", + "url": "https://github.com/christophschlosser/doxdocgen.git" + }, + "bugs": { + "url": "https://github.com/christophschlosser/doxdocgen/issues" + }, "scripts": { "vscode:prepublish": "npm run compile", "compile": "tsc -p ./", -- cgit v1.2.3