Skip to content
This repository was archived by the owner on Dec 8, 2020. It is now read-only.

Commit 107b093

Browse files
committed
config: Do not treat RLS as a special case for running cargo in terminal
Signed-off-by: Alexandre Beslic <[email protected]>
1 parent f78d234 commit 107b093

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/components/configuration/Configuration.ts

-4
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,6 @@ export class Configuration {
179179
}
180180

181181
public shouldExecuteCargoCommandInTerminal(): boolean {
182-
// When RLS is used any cargo command is executed in an integrated terminal.
183-
if (this.mode() === Mode.RLS) {
184-
return true;
185-
}
186182
const configuration = Configuration.getConfiguration();
187183
const shouldExecuteCargoCommandInTerminal = configuration['executeCargoCommandInTerminal'];
188184
return shouldExecuteCargoCommandInTerminal;

0 commit comments

Comments
 (0)