Stuck on Initializing ActionScript & MXML language server...
See original GitHub issueHello,
I would like to use Code Intelligence but I’m stuck with:
I didn’t specify target-player
in asconfig because it’s above 10.1 in the sdk.
Nothings appears wrong too:
Compilation works fine.
Here is the asconfig.json:
{
"config": "flex",
"compilerOptions": {
"output": "bin-debug/index.swf",
"source-path": [
"src",
"bein-as3-core/src"
],
"library-path": [
"libs",
"${flexlib}/libs/mobile/mobilecomponents.swc",
"bein-as3-core/libs"
]
},
"files": [
"src/index.mxml"
],
"copySourcePathAssets": true,
"htmlTemplate": "html-template",
"additionalOptions": "-incremental=true -locale=en_US,fr_FR -source-path=locale/{locale} -swf-version=18 -define+=CONFIG::debugging,true -define+=CONFIG::release,false -define+=NAMES::version,\"[developer]\" -define+=NAMES::domain,\"domain.dev\" -define+=NAMES::urlWs,\"https://domain.dev:5000/\" -define+=NAMES::urlWsData,\"https://domain.dev:5000/\" -define+=NAMES::authoringAssetsUrl,\"https://domain.dev:5000/1.1.1/\""
}
Do you have any ideas to resolve this? or maybe debug?
Thanks
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:16 (10 by maintainers)
Top Results From Across the Web
Errors occurred in initializing language server - Stack Overflow
Try to copy the code project to another directory and reopen it. This should solve the problem.
Read more >Using Adobe FLEX 4.6
You use two languages to write applications in Flex: MXML and ActionScript. MXML is an XML markup language that you use to lay...
Read more >Beginners Guide to Getting Started with AS3 - senocular.com
mxmlc.exe is a launcher that runs the MXML and ActionScript 3 compiler that converts MXML files (.mxml) and ActionScript 3 files (.as) into...
Read more >ActionScript Developer's Guide to PureMVC [Book] - O'Reilly
Since ActionScript is much like any other OOP language in use these days, ... the goal for the AS3 implementation of PureMVC was...
Read more >The Starling Manual
The ActionScript & MXML extension is being developed by Josh Tynjala, ... maxSize , but only after Starling has finished initializing.
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
I’m going to expose an
as3mxml.languageServer.jvmargs
setting in the next update. That should allow you to try increasing the JVM memory. If all goes well, I’ll release by the end of the week.Unfortunately it’s still stuck even after pushing Mxm to 4096 for a larger project. Thanks though!