mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
remove unnecessary
This commit is contained in:
parent
336909b63a
commit
06c02021a3
4 changed files with 6 additions and 6 deletions
|
@ -145,7 +145,7 @@ export async function createTask(runnable: ra.Runnable, config: Config): Promise
|
|||
overrideCargo: runnable.args.overrideCargo,
|
||||
};
|
||||
|
||||
const target = vscode.workspace.workspaceFolders![0]; // safe, see main activate()
|
||||
const target = vscode.workspace.workspaceFolders[0]; // safe, see main activate()
|
||||
const cargoTask = await tasks.buildCargoTask(target, definition, runnable.label, args, config.cargoRunner, true);
|
||||
cargoTask.presentationOptions.clear = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue