openfl / lime-vscode-extension

Visual Studio Code extension for OpenFL and Lime projects written in Haxe
https://marketplace.visualstudio.com/items?itemName=openfl.lime-vscode-extension
MIT License
27 stars 4 forks source link

Add support for --connect, closes #26 #28

Closed Gama11 closed 6 years ago

Gama11 commented 6 years ago

This adds support for building through the compilation server. Requires the upcoming vshaxe version (1.10.0). This makes a pretty drastic difference in terms of compilation performance - building a Flixel project for Neko takes ~5 seconds normally, but only 1-2s with a cache built-up (no file changes).