bors c88d5dc5de Auto merge of #16972 - joshka:cargo-run-runnable, r=Veykril
Make `cargo run` always available for binaries

Previously, items for `cargo test` and `cargo check` would appear as in
the `Select Runnable` quick pick that appears when running
`rust-analyzer: Run`, but `run` would only appear as a runnable if a
`main`` function was selected in the editor. This change adds `cargo
run` as an always available runnable command for binary packages.

This makes it easier to develop cli / tui applications, as now users can
run application from anywhere in their codebase.
2024-04-25 07:08:24 +00:00
..
2024-04-19 13:22:00 +02:00
2024-04-23 20:54:03 +08:00
2024-04-01 17:55:56 +02:00
2024-04-06 13:12:07 +02:00
2024-04-18 11:00:22 +02:00
2024-04-01 17:55:56 +02:00
2024-04-01 17:55:56 +02:00
2024-04-18 11:00:22 +02:00
2024-03-14 16:24:51 +01:00
2024-03-19 15:39:00 +01:00
2024-03-21 20:08:30 +01:00