about summary refs log tree commit diff
path: root/editors/code/src/tasks.ts
AgeCommit message (Expand)AuthorLines
2021-05-31fix: fix shell injection in task spawningAleksey Kladov-6/+6
2021-05-26Create tasks for all workspacesKirill Bulatov-11/+16
2020-10-02Support 'runnables' options in the vs code extensionIgor Aleksanov-1/+9
2020-06-24Fix ts lintsvsrs-2/+2
2020-06-24Switch to ShellExecution instead of full Taskvsrs-40/+43
2020-06-24Add custom cargo runnersvsrs-13/+41
2020-05-31Change Runnable.bin -> Runnable.kindveetaha-2/+2
2020-05-31Fix invoking cargo without consulting CARGO or standard installation pathsveetaha-2/+5
2020-04-22tasks.json SupportJonathan Dickinson-36/+67
2020-03-31Use namespace importTim-19/+11
2020-03-30Add basic task supportTim-0/+60