Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor: explicitly set the focus to false | Aleksey Kladov | 2021-05-26 | 1 | -0/+4 |
* | Merge #7625 | bors[bot] | 2021-02-10 | 1 | -7/+12 |
|\ | |||||
| * | Add **Copy Run Command Line** command for vscode | Aleksey Kladov | 2021-02-10 | 1 | -7/+12 |
* | | use await instead | Sahandevs | 2021-02-09 | 1 | -4/+3 |
* | | fix errors | Sahandevs | 2021-02-07 | 1 | -1/+2 |
* | | format | Sahandevs | 2021-02-07 | 1 | -1/+1 |
* | | handle Thenable type rejects | Sahandevs | 2021-02-07 | 1 | -1/+2 |
* | | handle promise catches | Sahandevs | 2021-02-07 | 1 | -1/+1 |
* | | remove unnecessary | Sahandevs | 2021-02-07 | 1 | -1/+1 |
|/ | |||||
* | Check cargoExtraArgs for undefined before using | feileacan | 2020-10-18 | 1 | -1/+3 |
* | Support 'runnables' options in the vs code extension | Igor Aleksanov | 2020-10-02 | 1 | -0/+2 |
* | Fix workspaceRoot | vsrs | 2020-07-03 | 1 | -1/+3 |
* | code linting | vsrs | 2020-07-03 | 1 | -1/+1 |
* | Add tests | vsrs | 2020-07-03 | 1 | -7/+7 |
* | Add runnable env support. | vsrs | 2020-07-03 | 1 | -5/+24 |
* | Add light-weight snapshot testing library with editor integration | Aleksey Kladov | 2020-06-27 | 1 | -1/+5 |
* | Switch to ShellExecution instead of full Task | vsrs | 2020-06-24 | 1 | -1/+2 |
* | Add custom cargo runners | vsrs | 2020-06-24 | 1 | -40/+17 |
* | Fix Run lens. | vsrs | 2020-06-06 | 1 | -1/+1 |
* | New runnables API | Aleksey Kladov | 2020-06-02 | 1 | -6/+15 |
* | Move run commands to commands.ts | Aleksey Kladov | 2020-06-02 | 1 | -71/+3 |
* | Merge #4580 | bors[bot] | 2020-06-02 | 1 | -1/+2 |
|\ | |||||
| * | Change Runnable.bin -> Runnable.kind | veetaha | 2020-05-31 | 1 | -1/+2 |
* | | Always derive from `process.env` when spawning a child process/shell execution | Alin Sinpalean | 2020-05-31 | 1 | -1/+1 |
|/ | |||||
* | Cleanup lsp extensions on the client side | Aleksey Kladov | 2020-05-25 | 1 | -1/+1 |
* | Flatten commands.ts | Aleksey Kladov | 2020-05-25 | 1 | -0/+204 |