mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
13583 rename runnable env to runnables extra env
This commit is contained in:
parent
4a2ceeff0f
commit
6c3e15aaa0
5 changed files with 8 additions and 8 deletions
|
@ -140,7 +140,7 @@ export async function createTask(runnable: ra.Runnable, config: Config): Promise
|
|||
command: args[0], // run, test, etc...
|
||||
args: args.slice(1),
|
||||
cwd: runnable.args.workspaceRoot || ".",
|
||||
env: prepareEnv(runnable, config.runnableEnv),
|
||||
env: prepareEnv(runnable, config.runnablesExtraEnv),
|
||||
overrideCargo: runnable.args.overrideCargo,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue