
Is the lime command available? Try running "lime setup" or changing the "lime.executable" setting. How to fix some issues that you may encounter. For example, the HTML5/Debug target compiles to the bin/html5/bin folder.
The compiled project output may be found inside the bin folder. You may also use the Ctrl+ Shift+ B keyboard shortcut ( Command+ Shift+ B on macOS). From the Terminal menu, choose Run Build Task…. For instance, you might choose HTML5/Debug. In Visual Studio Code's status bar, choose a target platform. You can build a project without launching it in a debugger. If your project does not launch in a browser, check the Problems panel or the Terminal panel for errors. For other targets, a different runtime or executable will launch. For instance, you might choose HTML5/Debug.įrom the Debug menu, choose Start Debugging (or use the F5 keyboard shortcut).įor the HTML5/Debug target, the project should launch in the Chrome web browser. In Visual Studio Code's status bar, choose a target platform. Visual Studio Code's debugger supports many of OpenFL's target platforms. The newly created project will include the following defaults:
This will run the CLI new-project command in Visual Studio Code's terminal.
Run the Feathers UI: Create new project command. You may also use the Ctrl+ Shift+ P keyboard shortcut ( Command+ Shift+ P on macOS). Go to the View menu and choose Command Palette…. Create a new, empty folder for your project somewhere on your computer. From the File menu, choose Open Folder… (On macOS, choose Open…). Install the Feathers UI Extension Pack for Visual Studio Code. With a few free extensions, Visual Studio Code may be configured as a fully-featured development environment for Feathers UI projects built with Haxe and OpenFL. Open an empty folder before running this command.Ĭreate a Feathers UI project in Visual Studio Code Error: Failed to create new Feathers UI project. Error: Could not find haxelib, does it need to be installed?. Error: Command failed: lime display html5.