neminovno commented on issue #111: Wiki: Quick start -> Visual Studio Code is 
incomplete
URL: https://github.com/apache/royale-asjs/issues/111#issuecomment-361747932
 
 
   Probably this is missing in Wiki:
   - press CTRL+SHIFT+B or Run Build Task
   and 
   - create launch.json with contents like this:
   ```
   {
        "version": "0.2.0",
        "configurations": [
                {
                        "name": "Launch Firefox, debug build with sourcemaps",
                        "type": "firefox",
                        "request": "launch",
                        "file": "${workspaceRoot}/bin/js-debug/index.html"
                }
        ]
    }
   ```
   
   This helped me: [Debug a transpiled ActionScript project in Visual Studio 
Code with Mozilla 
Firefox](https://github.com/BowlerHatLLC/vscode-nextgenas/wiki/Debug-a-transpiled-ActionScript-project-in-Visual-Studio-Code-with-Mozilla-Firefox)
   
   Am I wrong? Is there really quick(er) way to run Royale app?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to