15 lines
234 B
JSON
15 lines
234 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "HashLink",
|
|
"request": "launch",
|
|
"type": "hl",
|
|
"cwd": "${workspaceFolder}",
|
|
"preLaunchTask": {
|
|
"type": "haxe",
|
|
"args": "active configuration"
|
|
}
|
|
}
|
|
]
|
|
} |