Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build does not work on MacOS #1

Open
jconti opened this issue Jun 5, 2015 · 2 comments
Open

Build does not work on MacOS #1

jconti opened this issue Jun 5, 2015 · 2 comments

Comments

@jconti
Copy link

jconti commented Jun 5, 2015

The build button does nothing. When the Elm -> elm-make menu item is chosen, the "Build" area of the status bar at the bottom of the window turns red. There is no output in the build panel, and no messages on the console.

In looking at main.js it looks like cmd.exe program is hardwired as the shell:

ShellDomain.exec("execute",
    "elm-make --yes " + curOpenFile,
    curOpenDir,
    brackets.platform === "win",
    "cmd.exe");

Thank you for the extension. The syntax color is super nice. Much appreciated!

@zenzoa
Copy link

zenzoa commented Jan 21, 2016

Hm. I'm having the same problem (Mac OS X 11.2, Brackets 1.6). No progress on this yet?

@lepinay
Copy link
Owner

lepinay commented Jan 27, 2016

@sarahgould Sorry, I've stopped working on this extension because I'm now using https://code.visualstudio.com/ with the extension https://marketplace.visualstudio.com/items?itemName=sbrink.elm for elm coding. You should give it a try, it has syntax coloring, autocompletion and compilation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants