aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/run.ts
Commit message (Expand)AuthorAgeFilesLines
* Support 'runnables' options in the vs code extensionIgor Aleksanov2020-10-021-0/+2
* Fix workspaceRootvsrs2020-07-031-1/+3
* code lintingvsrs2020-07-031-1/+1
* Add testsvsrs2020-07-031-7/+7
* Add runnable env support.vsrs2020-07-031-5/+24
* Add light-weight snapshot testing library with editor integrationAleksey Kladov2020-06-271-1/+5
* Switch to ShellExecution instead of full Taskvsrs2020-06-241-1/+2
* Add custom cargo runnersvsrs2020-06-241-40/+17
* Fix Run lens.vsrs2020-06-061-1/+1
* New runnables APIAleksey Kladov2020-06-021-6/+15
* Move run commands to commands.tsAleksey Kladov2020-06-021-71/+3
* Merge #4580bors[bot]2020-06-021-1/+2
|\
| * Change Runnable.bin -> Runnable.kindveetaha2020-05-311-1/+2
* | Always derive from `process.env` when spawning a child process/shell executionAlin Sinpalean2020-05-311-1/+1
|/
* Cleanup lsp extensions on the client sideAleksey Kladov2020-05-251-1/+1
* Flatten commands.tsAleksey Kladov2020-05-251-0/+204