mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +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
|
@ -224,8 +224,8 @@ export class Config {
|
|||
return this.get<string | undefined>("cargoRunner");
|
||||
}
|
||||
|
||||
get runnableEnv() {
|
||||
const item = this.get<any>("runnableEnv");
|
||||
get runnablesExtraEnv() {
|
||||
const item = this.get<any>("runnables.extraEnv");
|
||||
if (!item) return item;
|
||||
const fixRecord = (r: Record<string, any>) => {
|
||||
for (const key in r) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue