Skip to content

Commit 91b8678

Browse files
committed
Better marketplace presentation (icon, tags...)
1 parent f87d065 commit 91b8678

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

images/icon.png

6.08 KB
Loading

images/icon.xcf

6.19 KB
Binary file not shown.

package.json

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "hxcpp-debugger",
33
"displayName": "HXCPP Debugger",
4-
"version": "1.2.0",
4+
"version": "1.0.0",
55
"publisher": "vshaxe",
66
"license": "MIT",
7-
"description": "Debugger for HXCPP",
7+
"description": "Debugger for Haxe/HXCPP applications",
88
"author": {
99
"name": "vshaxe"
1010
},
@@ -14,12 +14,15 @@
1414
"categories": [
1515
"Debuggers"
1616
],
17+
"icon": "images/icon.png",
1718
"galleryBanner": {
1819
"theme": "dark",
19-
"color": "#d31a20"
20+
"color": "#000000"
2021
},
2122
"keywords": [
22-
"haxe"
23+
"haxe",
24+
"hxcpp",
25+
"C++"
2326
],
2427
"repository": {
2528
"type": "git",

0 commit comments

Comments
 (0)