diff --git a/dace-hollow.svg b/dace-hollow.svg new file mode 100644 index 0000000..556db14 --- /dev/null +++ b/dace-hollow.svg @@ -0,0 +1,15 @@ + + + + + + + + + diff --git a/icon.png b/icon.png new file mode 100644 index 0000000..e93cfe8 Binary files /dev/null and b/icon.png differ diff --git a/package.json b/package.json index 9a896c5..97df2ec 100644 --- a/package.json +++ b/package.json @@ -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" }, @@ -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",