vscode-rust
vscode-rust copied to clipboard
config: Do not treat RLS as a special case for running cargo in terminal
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).