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

config: Do not treat RLS as a special case for running cargo in terminal

Open abronan opened this issue 8 years ago • 0 comments

Fixes #283

I used to compile my own extension from the sources with that modification in order to be able to not run cargo in terminal using RLS.

I think it makes sense not to treat RLS as a special case here and use the configuration option as intended (with rust.executeCargoCommandInTerminal).

abronan avatar Sep 23 '17 14:09 abronan