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
This configuration works perfectly well with other work projects that do not have a workspace with different folders.
When I run "cargo build" or "cargo clippy" on the workspace project I get the myriad of warnings and helpful code issue report but they are not appearing inside helix when I save the file as they do in the other non-worspace type projects.
I have reviewed the issues (open and closed) regarding the config on this subject and also the clippy documentation regarding the flags but I am not able to make it work :-(
If anyone can provide a working example I would appreciate it.
This discussion was converted from issue #9005 on December 05, 2023 14:17.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
First of all I would like to thank all of you for the great work that is being done on Helix.
Currently I am trying to make helix work with clippy on a rust project with workspace and many crates. My languages.toml is as follows:
This configuration works perfectly well with other work projects that do not have a workspace with different folders.
When I run "cargo build" or "cargo clippy" on the workspace project I get the myriad of warnings and helpful code issue report but they are not appearing inside helix when I save the file as they do in the other non-worspace type projects.
I have reviewed the issues (open and closed) regarding the config on this subject and also the clippy documentation regarding the flags but I am not able to make it work :-(
If anyone can provide a working example I would appreciate it.
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions