ternjs / tern_for_sublime

Sublime Text package adding Tern support
MIT License
803 stars 54 forks source link

ADD node_path configuration item support. #127

Closed chigix closed 7 years ago

chigix commented 8 years ago

Signed-off-by: Richard Lea chigix@zoho.com

marijnh commented 8 years ago

Isn't directly overriding tern_command just as effective with less moving parts?

chigix commented 8 years ago

No, I think they are not same from the perspective of design.

So, maybe different view would be there, but this configuration added should be treated as nice to have, at least in my opinion.

marijnh commented 7 years ago

I think the interaction between this and tern_command is going to be too confusing (it only takes effect if you don't specify tern_command), so I'm going to decline.