Hi Josh, at last I could get all up and running with Visual Code and your @NextGenAS extension, building and debgugging in Chrome. Pretty Amazing work! :)
(just one thing, the break point worked in a click function, but not in a line of the main Main.as function, maybe source-maps doesn't work if the breakpoint is in the constructor?) Right now I'm figuring where to go from here: 1.- I thing I read somewhere that MXML is not supported yet in VSCODE, is this right? 2.- I must list all as files in asconfig.json? or we could give is a folder (i.e: "src") ? 3.- I'm trying to make some basic import from org.apache but VSCode not recognize them: package com.carlosrovira { import org.apache.flex.events.Event; <-----------------this 2 imports are not found import org.apache.flex.events.EventDispatcher; public class Component extends EventDispatcher. <---and this extends fails { public function Component() { } } } 3.- I build flexJS with maven, and my plan is to use a pom.xml, but there's a asconfig.json as well....maybe is too cumbersome to have 2 config files....could this be integrated both? (maybe there's some maven extension in vscode? that make it easy to run and build...I'm too new to vscode yet! :)) So far, as I said, amazing work! I think VSCode is now the best choice for FlexJS development, not only for the fast progress, but for the possibilities behind in few months. Hope you continue get donations to your work on Patreon. Best, -- Carlos Rovira http://about.me/carlosrovira