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
Copy file name to clipboardExpand all lines: docs/build.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ Ctrl-Shift-B / ⌘-Shift-B). They are:
31
31
Variant | Command | Description
32
32
------- | ------- | -----------
33
33
(Default) | <code>cargo build</code> | Builds the project.
34
+
Automatic | | Automatically detect the command to run based on the currently active view (tests do `test`, binaries and examples do `run`, libraries do `build`, benches do `bench`).
34
35
Run | <code>cargo run</code> | Runs the binary.
35
36
Run (with args)... | <code>cargo run -⁠-⁠ *args*</code> | Runs the binary with optional arguments you specify.
36
37
Test | <code>cargo test</code> | Runs unit and integration tests.
0 commit comments