Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
c: Add runnable for main function (zed-industries#18720)
Release Notes: - Added Runnable for C main function This tags can then be used in tasks, for example: ```json [ { "label": "Run ${ZED_STEM}", "command": "gcc", "args": [ "$ZED_FILE", "-o", "${ZED_DIRNAME}/${ZED_STEM}.out", "&&", "${ZED_DIRNAME}/${ZED_STEM}.out" ], "tags": ["c-main"] } ] ```
- Loading branch information