I am not getting any message on console, but I changed the command
"asconfigc" to "mxmlc" in my "task.json" and start getting error on
console window.
*Console Error:*
Error: a target file must be specified.
task.json
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "0.1.0",
*"command": "mxmlc",*
"isShellCommand": true,
"args": [
//"flexHome=E:/ApacheFlexJSDevelop/FlexJS07"
],
"showOutput": "always"
}
-----
Regards,
Prashant
--
View this message in context:
http://apache-flex-users.2333346.n4.nabble.com/MXML-and-ActionScript-in-Visual-Studio-Code-tp14266p14332.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.