Skip to content

Commit

Permalink
Added repository and issue tracker, as well as an icon
Browse files Browse the repository at this point in the history
  • Loading branch information
phschaad committed May 7, 2020
1 parent c3db3ea commit 84451c2
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
15 changes: 15 additions & 0 deletions dace-hollow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 14 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sdfv",
"displayName": "SDFV",
"description": "SDFG Viewer for VS Code",
"version": "0.1.0",
"version": "0.1.1",
"engines": {
"vscode": "^1.43.0"
},
Expand All @@ -13,6 +13,19 @@
"*"
],
"main": "./out/extension.js",
"publisher": "phschaad",
"bugs": {
"url": "https://github.com/spcl/dace-vscode/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/spcl/dace-vscode"
},
"galleryBanner": {
"color:": "#454545",
"theme": "dark"
},
"icon": "icon.png",
"contributes": {},
"scripts": {
"vscode:prepublish": "npm run compile",
Expand Down

0 comments on commit 84451c2

Please sign in to comment.