summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorChristoph Schlosser <christoph@linux.com>2017-10-06 18:16:20 +0200
committerChristoph Schlosser <christoph@linux.com>2017-10-06 18:20:26 +0200
commitecdd8939344f0cc85c064d0be616b950f144702c (patch)
tree2f4b9f264c5e26a4197708f80eb777bcf7cce959 /package.json
parent976fa5ec08e11211c1ac3ddca7528ef823c757aa (diff)
downloaddoxdocgen-ecdd8939344f0cc85c064d0be616b950f144702c.tar.gz
Publish to VSCode Marketplace0.0.1
Add Icon and git repo to package.json to make a pretty page on the VSCode Marketplace. Add MIT license.
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 12 insertions, 0 deletions
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 ./",