Closed aviramha closed 1 year ago
Yup, didn't handle a multi-command line, so we would only patch nvm
in with this command line.
I guess we need some more sophisticated logic that detects which word out of multiple words in multiple;
-seperated commands is the relevant node executable.
Yup, didn't handle a multi-command line, so we would only patch
nvm
in with this command line. I guess we need some more sophisticated logic that detects which word out of multiple words in multiple;
-seperated commands is the relevant node executable.
what about just wrapping it all in a shell so we patch the shell, then on exec/fork we already handle it from there?
Yup, didn't handle a multi-command line, so we would only patch
nvm
in with this command line. I guess we need some more sophisticated logic that detects which word out of multiple words in multiple;
-seperated commands is the relevant node executable.what about just wrapping it all in a shell so we patch the shell, then on exec/fork we already handle it from there?
Smart!
macOS similar to https://github.com/metalbear-co/mirrord-vscode/issues/26 launch.json