Skip to content

v0.0.10

Compare
Choose a tag to compare
@johnhidey johnhidey released this 16 Dec 23:09
· 11 commits to master since this release
  • BUG: Added feature for being able to specify the shell to use resolves the one outstanding issue with running on the *nix platform
  • FEATURE: Updated *nix support for using different shells. The preference 'hdy.brackets-shell.shell is the string path to the shell to be used. On Windows machines this will default to "cmd.exe" and on *nix machines this will default to "/bin/sh". If you wish to you a different shell, say bash, just set this value to something like '/bin/bash'