llearn
Version:
Bad-ass developers create awesome apps
21 lines • 476 B
JSON
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "flowedit current file",
"type": "process",
"command": "C:\\Program Files\\nodejs\\node.exe",
"args": [
"C:\\Projects\\lamed_floweditor\\src\\flowedit",
"-f",
"${file}"
],
"group": {
"kind": "build",
"isDefault": true
}
}
]
}