You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know that I responded to this issue last week, but my comment seems to be missing now. How strange! Maybe I was having some kind of network issues.
vscode-swf-debug doesn't know anything about asconfig.desktop.json when automatically populating the launch configuration properties. It only knows to look for asconfig.json. With this in mind, it means that you need to manually add some fields to your launch.json that would normally be populated automatically.
In launch.json, you need to set the "extdir" field. However, it is not the same value as the "extdir" field in asconfig.json. This one should be a directory containing "unpackaged" ANEs (basically, these are the .ane files unzipped). You don't actually need to manually unpackage the ANEs yourself, though. When you build your project with asconfig.desktop.json, the build task will create a directory named .as3mxml-unpackaged-anes in the output directory and populate the files automatically.
So, if you are compiling to bin-debug, you would set "extdir" in launch.json to something like this:
Hi Josh,
I cannot figure out how to add a specific
ANE
only for anasconfig
extension.The
ANE
configuration works fine if I add it in the globalasconfig.json
:But I got the following error when adding it only in the
asconfig.desktop.json
:asconfig.json
asconfig.desktop.json
The text was updated successfully, but these errors were encountered: