rust/editors/code
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
..
src Always derive from process.env when spawning a child process/shell execution 2020-05-31 13:41:55 +02:00
tests Apply suggestions from @Veetaha code review 2020-05-21 11:34:34 +03:00
.eslintrc.js
.gitignore
.vscodeignore vscode client side tests 2020-05-20 22:31:39 +03:00
icon.png
package-lock.json Bump more npm deps 2020-05-24 16:32:00 +03:00
package.json Add inRustProject when-clause for commands. 2020-05-27 19:46:23 +03:00
ra_syntax_tree.tmGrammar.json Fix .rast tmGrammar to account for numbers in identifiers 2020-04-22 02:00:58 +03:00
README.md Minimal viable meta 2020-03-02 14:27:26 +01:00
rollup.config.js vscode client side tests 2020-05-20 22:31:39 +03:00
rust.tmGrammar.json Add question mark operator 2020-05-26 02:36:34 +09:00
tsconfig.json vscode client side tests 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.