mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-09 21:42:44 +00:00
771457ec5c
This is useful when an extension (e.g. Nix Environment Selector) or launch configuration sets one or more environment variables. When `env` is not explicitly specified in the options passed to `child_process.spawn()` or `vscode.ShellExecution()`, then `process.env` gets applied automatically. But when an explicit `env` is set, it should inherit from `process.env` rather than replace it completely. |
||
---|---|---|
.. | ||
ast_inspector.ts | ||
cargo.ts | ||
client.ts | ||
commands.ts | ||
config.ts | ||
ctx.ts | ||
debug.ts | ||
inlay_hints.ts | ||
lsp_ext.ts | ||
main.ts | ||
net.ts | ||
persistent_state.ts | ||
run.ts | ||
snippets.ts | ||
status_display.ts | ||
tasks.ts | ||
util.ts |