vscode-rust icon indicating copy to clipboard operation
vscode-rust copied to clipboard

No output is shown on non-src/lib directories

Open marcoms opened this issue 8 years ago • 0 comments

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.

marcoms avatar Jul 21 '17 21:07 marcoms