summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
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 ./",