The ability to define VSCode tasks in YAML instead of JSON would be super useful, especially since task configurations tend to be repetitive by nature, and we could use YAML anchors in order to DRY away the repetitions. Often, it's only the command that needs to change.
In projects with dozens of tasks, this could cut down the size of the tasks file by well over 50%.
It's 2026. YAML is a pretty universal standard by now.
The ability to define VSCode tasks in YAML instead of JSON would be super useful, especially since task configurations tend to be repetitive by nature, and we could use YAML anchors in order to DRY away the repetitions. Often, it's only the
commandthat needs to change.In projects with dozens of tasks, this could cut down the size of the tasks file by well over 50%.
It's 2026. YAML is a pretty universal standard by now.