vscode-rust
vscode-rust copied to clipboard
No output is shown on non-src/lib directories
For example, editing a Rust file in examples/ does not show anything. This is the default behavior of cargo check but you can do cargo check --examples to check examples. I am not sure of the corresponding method for RLS.