Closed
Description
Right now the Command
API is presumably used which is cross platform (yay!) but doesn't provide the best experience on Unix. For example if I gdb cargo
it doesn't actually gdb the Cargo executable itself but rather the shim. If, however, exec
were used to spawn the new process then gdb I believe should naturally "just work".
Plus there's the added benefit of fewer processes sticking around!
Metadata
Metadata
Assignees
Labels
No labels