mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +00:00
Add environment to runnable lsp extension
This commit is contained in:
parent
f2afcb874e
commit
fcddcf2ee5
7 changed files with 85 additions and 33 deletions
|
@ -13,6 +13,7 @@ function makeRunnable(label: string): ra.Runnable {
|
|||
cwd: ".",
|
||||
executableArgs: [],
|
||||
cargoExtraArgs: [],
|
||||
environment: {},
|
||||
},
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue