From b0eaab7f5767d3d3e3458946eddfcc9b5a3f19b7 Mon Sep 17 00:00:00 2001 From: Francisco Pombal Date: Fri, 24 Jan 2020 16:47:05 +0000 Subject: [PATCH] Add page to TOC --- Home.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Home.md b/Home.md index e49bd41..73ba3da 100644 --- a/Home.md +++ b/Home.md @@ -44,6 +44,7 @@ Everyone is welcome to edit and improve the wiki! # Developing * [Coding style](https://github.com/qbittorrent/qBittorrent/blob/master/CODING_GUIDELINES.md) * [How to write a search plugin](https://github.com/qbittorrent/search-plugins/wiki/How-to-write-a-search-plugin) +* [Using VSCode for qBittorrent development](https://github.com/qbittorrent/qBittorrent/wiki/Using-VSCode-for-qBittorrent-development) * [Setup GDB with Qt pretty printers](https://github.com/qbittorrent/qBittorrent/wiki/Setup-GDB-with-Qt-pretty-printers) * [How to debug WebUI code](https://github.com/qbittorrent/qBittorrent/wiki/How-to-debug-the-WebUI-code)