Skip to content

Commit

Permalink
compile before attach
Browse files Browse the repository at this point in the history
  • Loading branch information
ncannasse committed May 31, 2018
1 parent ae66a67 commit f56612d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"request": "attach",
"name": "Attach to NWjs",
"port": 9222,
"webRoot": "${workspaceFolder}/bin"
"webRoot": "${workspaceFolder}/bin",
"preLaunchTask": "Build"
}
]
}
7 changes: 1 addition & 6 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@
{
"type": "hxml",
"file": "hide.hxml",
"problemMatcher": [
"$haxe-absolute",
"$haxe",
"$haxe-error",
"$haxe-trace"
],
"label": "Build",
"group": {
"kind": "build",
"isDefault": true
Expand Down

0 comments on commit f56612d

Please sign in to comment.