vscode-as3mxml icon indicating copy to clipboard operation
vscode-as3mxml copied to clipboard

Build automatically on document save

Open velara3 opened this issue 6 years ago • 1 comments

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

velara3 avatar May 31 '19 19:05 velara3

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.

joshtynjala avatar Jun 03 '19 14:06 joshtynjala