HaxeFlixel / flixel-templates

Project templates for HaxeFlixel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change default build target in VS Code settings

TheSpydog opened this issue · comments

I noticed the default build target in .vscode/settings.json is set to Neko, but flixel create builds a Flash project for code completion. This means that every time I open a new project in VS Code, I don't get fast code completion until I either run a Neko build or switch to the Flash target.

Could we change either the default target to Flash in settings.json or change the initial build target for flixel create to Neko or HTML5?

Hm, good point.. Although if we solve openfl/lime-vscode-extension#44, then that initial build won't be needed anymore.

I agree that's a much better solution. If that issue might take a while to solve, though, I think changing the initial build target would be a nice temporary fix.