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
When I tries to cargo test using cargo-process-test or cargo-process-current-file-tests or cargo-process-current-test, after finishing the test (test fails), it always prompts saying "Find this error in (default xxx)" and lets me choose a file.
It prompts the dialog using a window like a GUI file manager , if I disable use-file-dialog or use-dialog-box, it stills prompts inside emacs.
What is the purpose of this behavior?
How can I disable it?
The text was updated successfully, but these errors were encountered:
When I tries to
cargo test
usingcargo-process-test
orcargo-process-current-file-tests
orcargo-process-current-test
, after finishing the test (test fails), it always prompts saying "Find this error in (default xxx)" and lets me choose a file.It prompts the dialog using a window like a GUI file manager , if I disable
use-file-dialog
oruse-dialog-box
, it stills prompts inside emacs.The text was updated successfully, but these errors were encountered: