aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/run.ts
Commit message (Collapse)AuthorAgeFilesLines
* Always derive from `process.env` when spawning a child process/shell executionAlin Sinpalean2020-05-311-1/+1
| | | | | | | | | | 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.
* Cleanup lsp extensions on the client sideAleksey Kladov2020-05-251-1/+1
|
* Flatten commands.tsAleksey Kladov2020-05-251-0/+204