Skip to content

Commit

Permalink
Avoid extension ID clash, add default build task
Browse files Browse the repository at this point in the history
Using the same extension ID as flash-debugger (vshaxe.haxe-debug) seems to cause some issues if you have both installed.
  • Loading branch information
Gama11 committed Jul 4, 2018
1 parent 671bee5 commit f87d065
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "hxml",
"file": "build.hxml",
"group": {
"kind": "build",
"isDefault": true
}
}
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "haxe-debug",
"name": "hxcpp-debugger",
"displayName": "HXCPP Debugger",
"version": "1.2.0",
"publisher": "vshaxe",
Expand Down

0 comments on commit f87d065

Please sign in to comment.