diff --git a/images/icon.png b/images/icon.png new file mode 100644 index 0000000..dacb9ed Binary files /dev/null and b/images/icon.png differ diff --git a/images/icon.xcf b/images/icon.xcf new file mode 100644 index 0000000..c8aebce Binary files /dev/null and b/images/icon.xcf differ diff --git a/package.json b/package.json index 18563f7..f91d3a7 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "hxcpp-debugger", "displayName": "HXCPP Debugger", - "version": "1.2.0", + "version": "1.0.0", "publisher": "vshaxe", "license": "MIT", - "description": "Debugger for HXCPP", + "description": "Debugger for Haxe/HXCPP applications", "author": { "name": "vshaxe" }, @@ -14,12 +14,15 @@ "categories": [ "Debuggers" ], + "icon": "images/icon.png", "galleryBanner": { "theme": "dark", - "color": "#d31a20" + "color": "#000000" }, "keywords": [ - "haxe" + "haxe", + "hxcpp", + "C++" ], "repository": { "type": "git",