From 532f8e8e7bb7e6db33974e44f4bb2da632a32b63 Mon Sep 17 00:00:00 2001 From: Francisco Pombal Date: Wed, 23 Sep 2020 23:23:30 +0100 Subject: [PATCH] mention clazy and tasks.json --- Using-VSCode-for-qBittorrent-development.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Using-VSCode-for-qBittorrent-development.md b/Using-VSCode-for-qBittorrent-development.md index faa59b4..bedc195 100644 --- a/Using-VSCode-for-qBittorrent-development.md +++ b/Using-VSCode-for-qBittorrent-development.md @@ -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. \ No newline at end of file