--- layout: post title: "Using lix and openfl in vscode" date: 2020-05-28 08:02:57 -0700 categories: haxe lix lime openfl vscode --- Put this in the project's `.vscode/settings.json`: ```json { "lime.executable": "lix run lime" } ```