You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not all Linuxes have bash, but practically all of them have sh. From what I can see, there are no features from bash that are not in sh being used. Would it be possible to change the attachToProcess.js from
Stumbled upon the same problem when trying to set up vscode remote debugging with an embedded Linux device. Ended up making the same changes in attachToProcess.js and it helped. Seems like using 'bash' does not give anything useful here, but sacrifice cross-platformability.
andyneff
added a commit
to andyneff/vscode-cpptools
that referenced
this issue
Jul 30, 2018
Not all Linuxes have
bash
, but practically all of them havesh
. From what I can see, there are no features frombash
that are not insh
being used. Would it be possible to change theattachToProcess.js
fromto
This comes up more often when using the
pipeTransport
to debug on other operating systems.The text was updated successfully, but these errors were encountered: