vscode-as3mxml
vscode-as3mxml copied to clipboard
Build automatically on document save
Is it possible to build automatically when a document is saved?
Reference https://github.com/BowlerHatLLC/vscode-as3mxml/wiki/Build-an-ActionScript-project-in-Visual-Studio-Code
This is not currently possible. I don't think that VSCode has anything like that built in. To implement it, I'd probably need to add some kind of --watch option to the asconfigc tool, similar to the TypeScript compiler.