about summary refs log tree commit diff
path: root/editors/code/src/tasks.ts
AgeCommit message (Expand)AuthorLines
2022-05-20Add "cargo clippy" task presetJonas Schievink-0/+1
2022-05-17prettier runAndrei Listochkin-15/+25
2021-09-09Undefined scope commentOliver Cooper-0/+2
2021-09-08Removed deprecated Task constructorOliver Cooper-20/+8
2021-08-31Don't filter cargo tasks by scopeOliver Cooper-16/+22
2021-08-16use async versionAlex.F-1/+2
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