From f6b599332a49ef1228b31a03b6b6859ac276bea8 Mon Sep 17 00:00:00 2001 From: Prince Gupta <34717789+jagannatharjun@users.noreply.github.com> Date: Sat, 9 May 2020 13:09:57 +0530 Subject: [PATCH] Updated Using VSCode for qBittorrent development (markdown) --- Using-VSCode-for-qBittorrent-development.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Using-VSCode-for-qBittorrent-development.md b/Using-VSCode-for-qBittorrent-development.md index 46781a8..9af213d 100644 --- a/Using-VSCode-for-qBittorrent-development.md +++ b/Using-VSCode-for-qBittorrent-development.md @@ -23,6 +23,8 @@ Optionally, you may also install the CMake Tools extension, for integration with After cloning the qBittorrent repository (to `/home/user/Documents/qBittorrent`, for example), open the folder in VSCode. This is now your workspace. ## Editing +**NOTE** If you're using CMake Tools, it should be able to create `c_cpp_properties.json` itself and you wouldn't need to do following steps, + For all editor features such as code completion, navigation, hovers and error reporting to work properly you need to configure the C/C++ settings.