This allows quick tasks without dependencies that
need to run fast to run ASAP. This is mostly useful
for code formatting.
This fixes something that's been annoying me:
- Open your IDE workspace and its 20 open files
- Clangd spends 5 minutes parsing it all
- In the meantime you start to work
- Save a file, trigger format-on-save, which hangs because clangd is busy
- You're stuck waiting until clangd is done parsing your files before the formatting and save takes place
clang-format not found in user's PATH; not linting file.