feat: 🎸 add rust fly check command#379
feat: 🎸 add rust fly check command#379IWANABETHATGUY wants to merge 2 commits intosimrat39:masterfrom
Conversation
ca39afa to
63f8339
Compare
20230505-140239.mp4 |
|
related code in rust-analyzer vscode extension https://github.com/rust-lang/rust-analyzer/blob/master/editors/code/src/lsp_ext.ts#L45-L47 |
|
Looks pretty cool, do you need to disable |
|
In theory, yes. Because if you enable |
|
I've pulled this in https://github.com/MunifTanjim/rust-tools.nvim/tree/patched |
So basically you only need to make sure you have this checkOnSave turned off to benefit from that feature. |
Co-authored-by: Munif Tanjim <hello@muniftanjim.dev>
cargo checkafter each save is pretty costly, especially when the project became very large.rust analyzerwill on demand trigger cargo check and push the diagnostics into neovim lsp client