felixrieseberg / vsc-ember-cli

:zap: Turn Visual Studio Code into an Ember Cli IDE
https://aka.ms/vsc-ember
MIT License
92 stars 15 forks source link

adding support for setting node path #16

Open oriSomething opened 8 years ago

oriSomething commented 8 years ago

i have a problem that i need nvm for multiple versions of node, and since the default version is too old for using of ember-cli, i need a way to hint the extension where is ember-cli

felixrieseberg commented 8 years ago

Good call, that makes a lot of sense. We already have a little settings manager - how would you feel about tacking a crack at that issue? I'd :heart: to see a PR!

oriSomething commented 8 years ago

i'm not sure... i start to thing it's actually a VSCode issue rather than this extension

oriSomething commented 8 years ago

i've opened this issue

ctsstc commented 7 years ago

Can we close this one out @felixrieseberg ?