Alin Sinpalean 771457ec5c Always derive from process.env when spawning a child process/shell execution
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.
2020-05-31 13:41:55 +02:00
..
2020-02-24 21:23:56 +02:00
2020-05-20 22:31:39 +03:00
2020-05-24 16:32:00 +03:00
2020-03-02 14:27:26 +01:00
2020-05-20 22:31:39 +03:00
2020-05-26 02:36:34 +09:00
2020-05-20 22:31:39 +03:00

rust-analyzer

Provides support for rust-analyzer: novel LSP server for the Rust programming language.

See https://rust-analyzer.github.io/ for more information.