cargo-mode icon indicating copy to clipboard operation
cargo-mode copied to clipboard

fix: issue with rerun from compilation buffer

Open sunng87 opened this issue 11 months ago • 0 comments

This patch updates how we treat subcommand and full command in cargo-mode--start. This issue happens when using envrc mode if we trigger run last command from the compilation buffer, it gets different PATH from original mode. Then it results in prepending another cargo command to previous full command.

The patch changes the behaviour when running last command, it doesn't attempt to check if it's full command.

sunng87 avatar Jan 29 '25 05:01 sunng87