SublimeText / CoffeeScript

Syntax highlighting and checking, commands, shortcuts, snippets, watched compilation and more.
440 stars 64 forks source link

Ability to use variable path for binDIR and envPATH #237

Closed cdloh closed 8 years ago

cdloh commented 8 years ago

Can we get the ability to use variable paths for the above two settings.

eg

"binDir": "~/.nave/installed/7.0.0/bin",
"envPATH": "~/.nave/installed/7.0.0/bin"
cdloh commented 8 years ago

In short I think we should be respecting the enviroment path set by sublime at launch by checking

environ['PATH']

We can still put our custom PATHs in front of that.

cdloh commented 8 years ago

I'll submit a MR to respect the sublime path to fix this.