Updated Using VSCode for qBittorrent development (markdown)

Prince Gupta 2020-05-09 13:13:10 +05:30
parent f6b599332a
commit ef586ce4ef

@ -76,7 +76,7 @@ You can use VSCode tasks to automate the above process and run it from within VS
### Using CMake + CMake Tools extension
TODO
CMake Tools support both building and running for different targets from CMakeLists.txt, so you should be able to compile, run, and debug without needing to create `launch.json` and `tasks.json`.
## Running and debugging