mention clazy and tasks.json

Francisco Pombal 2020-09-23 23:23:30 +01:00
parent 91c5608f46
commit 532f8e8e7b

@ -292,3 +292,9 @@ Here is an example `.vscode/launch.json` file for launching/attaching to the qBi
] ]
} }
``` ```
## Setup additional tools
VScode allows defining arbitrary tasks in `.vscode/tasks.json`.
You can make use of this to drive additional tooling straight from the editor, such as [Clazy](https://github.com/KDE/clazy), for example.