vstask
vstask copied to clipboard
CLI for VSCode tasks
Results
3
vstask issues
Sort by
recently updated
recently updated
newest added
Currently, if we try to run a task that is not in tasks, we get a non-descriptive error like: ``` (Private-Website) ram@Rams-MacBook-Air ~/c/Private-Website (vstask-to-run-tasks)> vstask Create Traceback (most recent call...
Would it be possible to add a `-b`/`--build` option to run the default build task as configured in `tasks.json`? For example, with this `tasks.json` I'm using for Godot development, I'd...