ameyp / CscopeSublime

A Cscope plugin for Sublime Text 2 and 3
89 stars 37 forks source link

We should show the arg list we're calling subprocess.Popen and the error if we have problems. #64

Closed vanrijn closed 7 years ago

vanrijn commented 7 years ago

I hit an error today because sometimes it seems that sublime text is able to launch processes from $PATH and sometimes it is not. And the error confused me because it was saying that I was using the executable. In all cases, let's just show the arg list that we execute and the error, since we weren't showing that either.