Huldar
Huldar
Ok, but does vscode show the `rustc` (the compiler) diagnostics by itself or the `cargo check --all-targets` ones? Because I don't think vscode does any diagnostics without an extension.
Wait! I have a singular diagnostic now here The `downloads.rs` file is in a different folder but the same vscode workspace as the `simulators.rs` file The singular error message is:...
This `downloads.rs` error comes from the indicatif crate which I was messing around in because of this PR https://github.com/console-rs/indicatif/pull/721
I see, now that you mention the workspaces, I tried opening a new window with only one rust project and now there is only one instance of the error But...
So the issue is because I'm in a workspace with a project that depends on a crate that is also in the workspace
I have 2 ideas for solutions 1. Make a list of the dependencies of all project in the workspace including the project itself, remove the duplicates and then diagnose each...
No it isn't, I have a repository with a currently private project which depends on these repositories - https://github.com/G0rocks/marine_vessel_simulator - https://github.com/G0rocks/copernicusmarine_rs - https://github.com/G0rocks/factory_simulator And all 4 of these projects are...
Ok, thanks for showing me that issue. In my opinion it is not about the functionality, rather about the usability and having a dedicated command is more user friendly. The...
Ok. In my opinion then it should be an alias since I don't know that the functionality should be different. Having spoken with a friend of mine it would be...
Following [these instructions](https://github.com/blocktrron/msm460-flashing) worked all the way until the part that says "You get the message 'Transfer timed out.' To find out if you have been successfull please check the...