Coder Social home page Coder Social logo

Needs way to configure Flow binary about flowide HOT 4 CLOSED

tptee avatar tptee commented on September 26, 2024
Needs way to configure Flow binary

from flowide.

Comments (4)

tptee avatar tptee commented on September 26, 2024

Sorry about that! The previous (undocumented) requirement was for the flow binary to be in your PATH. I just released v1.1.0 which adds some new settings to deal with this:

flow_path (string): the path to your flow binary.
use_npm_flow (boolean): if true, uses the binary from the npm flow-bin package in the node_modules of your current file's root directory. Using flow-bin's binary will slow down editing features because it is wrapped in a Node script and starts an interpreter on each run.

use_npm_flow will let you use the binary provided in your project's flow-bin package, and it should work automatically. I'd recommend against using this, since flow-bin wraps a Node script around the binary, starting an interpreter on each run and therefore slowing down editing features. I'd suggest installing a normal flow binary and dropping it in your PATH for the best performance.

from flowide.

glenjamin avatar glenjamin commented on September 26, 2024

I've just tried to start using this, but weirdly the plugins settings option isn't showing up in the menu.

Is there some other way to configure this?

from flowide.

tptee avatar tptee commented on September 26, 2024

Hi @glenjamin! I'm seeing the same issue. I'll figure out what I'm missing and cut a release as soon as I can!

from flowide.

tptee avatar tptee commented on September 26, 2024

v1.1.2 adds FlowIDE's plugin settings to the Package Settings menu, so you should be set! It'll take about an hour for Package Control to pick up the release.

from flowide.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.