diff options
| author | Christoph Schlosser <christoph@linux.com> | 2017-10-06 18:16:20 +0200 |
|---|---|---|
| committer | Christoph Schlosser <christoph@linux.com> | 2017-10-06 18:20:26 +0200 |
| commit | ecdd8939344f0cc85c064d0be616b950f144702c (patch) | |
| tree | 2f4b9f264c5e26a4197708f80eb777bcf7cce959 /package.json | |
| parent | 976fa5ec08e11211c1ac3ddca7528ef823c757aa (diff) | |
| download | doxdocgen-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.json | 12 |
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 ./", |