We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f87d065 commit 91b8678Copy full SHA for 91b8678
images/icon.png
6.08 KB
images/icon.xcf
6.19 KB
package.json
@@ -1,10 +1,10 @@
1
{
2
"name": "hxcpp-debugger",
3
"displayName": "HXCPP Debugger",
4
- "version": "1.2.0",
+ "version": "1.0.0",
5
"publisher": "vshaxe",
6
"license": "MIT",
7
- "description": "Debugger for HXCPP",
+ "description": "Debugger for Haxe/HXCPP applications",
8
"author": {
9
"name": "vshaxe"
10
},
@@ -14,12 +14,15 @@
14
"categories": [
15
"Debuggers"
16
],
17
+ "icon": "images/icon.png",
18
"galleryBanner": {
19
"theme": "dark",
- "color": "#d31a20"
20
+ "color": "#000000"
21
22
"keywords": [
- "haxe"
23
+ "haxe",
24
+ "hxcpp",
25
+ "C++"
26
27
"repository": {
28
"type": "git",
0 commit comments