Re: [VSCode - asconfigc] sdk referenced in tasks.json

2020-01-27 Thread Carlos Rovira
Hi Josh, it seems ok to me. If nobody has nothing in the next hour or so, I'll do the change thanks El lun., 27 ene. 2020 a las 17:00, Josh Tynjala () escribió: > If the projects in the Royale repos include .vscode/tasks.json, they should > use the built-in tasks that are provided by the

Re: [VSCode - asconfigc] sdk referenced in tasks.json

2020-01-27 Thread Josh Tynjala
If the projects in the Royale repos include .vscode/tasks.json, they should use the built-in tasks that are provided by the extension. { "type": "actionscript", "debug": true, "problemMatcher": [], "group": "build" }, { "type": "actionscript", "debug": false,

[VSCode - asconfigc] sdk referenced in tasks.json

2020-01-27 Thread Carlos Rovira
Hi, recently in TDJ I changed asconfigc task to use this: "windows": { "args": [ "--sdk=C:\\Apache\\royale-asjs" ] }, "osx": { "args": [ "--sdk=${env:ROYALE_HOME}" ] }, to this : "args": [ "--sdk=${config:as3mxml.sdk.framework}" ], I want to propose to change in all framework, unless someone