Unable to Build
See original GitHub issueI have set everything up as your instructions state to. However when I attempt to build I am getting the following error:
The terminal process terminated with exit code: 2
Terminal will be reused by tasks, press any key to close it.
Under the Problems tab I see this
A fatal error occurred. Error checking has been disabled, except for simple syntax problems.
asconfig.json
{
"config": "flex",
"compilerOptions": {
"output": "bin/manufacturer.swf"
},
"files":
[
"./manufacturer.mxml"
]
}
settings
"nextgenas.java": "/usr/local/bin/java",
"nextgenas.sdk.framework": "/Applications/Adobe Flash Builder 4.7/sdks/3.6.0"
Any assistance would be appreciated as I cannot seem to get Flash Builder to run without locking up on my system so it is completely unusable. I would love for the ability to build using vs-code
Building the project works fine in Flash Builder, however editing files in Flash Builder leads to the application hanging so currently I am editing in VSCode and building in Flash Builder, would be nice to get this to work in VSCode so I could just blow away Flash Builder.
Issue Analytics
- State:
- Created 5 years ago
- Comments:22 (10 by maintainers)
Top Results From Across the Web
Unable to build solution after upgrading to the latest VS 2017 ...
The product failed to install the listed workloads and components due to one or more package failures. Incomplete workloads Azure development (Microsoft.
Read more >Unable to build in react native 0.69.1 · Issue #1134 - GitHub
error Failed to install the app. Make sure you have the Android development environment set up: FAILURE: Build failed with an exception. .....
Read more >Unable to build project for localization string extraction
The project can be successfully built and run. But when I export for localization, it shows this error message: Unable to build project...
Read more >Error: "C++ code builder is unable to build ... - Microsoft Learn
I have an application developed in unity, for hololens. When I try to generate the installer in visual studio I get this error:....
Read more >Unable to build Solution - Stack Overflow
Solution is in answer only. 1. To resolve this problem, either remove the reference "C:\Users..\accord-levenberg-source\Sources\Accord.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yeah, it’s probably a change in Insider’s. It sounds like they’re going to let me define an identifier in the extension that you can reference in launch.json without also adding it to tasks.json manually. That should be a good improvement!
See the Build automatically before debugging section in Debug a SWF embedded in HTML with Visual Studio Code. It’s kind of the opposite idea. You ask VSCode to debug (which will launch the HTML file in the browser), but
preLaunchTask
makes it build your SWF first.