From 2aae355aa8dc66a766f34239f6575fa99dd58e9d Mon Sep 17 00:00:00 2001 From: Francisco Pombal Date: Sat, 17 Oct 2020 19:30:57 +0100 Subject: [PATCH] fix typo --- Using-VSCode-for-qBittorrent-development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Using-VSCode-for-qBittorrent-development.md b/Using-VSCode-for-qBittorrent-development.md index bedc195..f1bcc8c 100644 --- a/Using-VSCode-for-qBittorrent-development.md +++ b/Using-VSCode-for-qBittorrent-development.md @@ -165,7 +165,7 @@ Here is an example `.vscode/launch.json` file for launching/attaching to the qBi "setupCommands": [ { "description": "Change gdb's working directory to the root workspace folder", - "text": "-environment-cd ${workspaceFolder} -foo", + "text": "-environment-cd ${workspaceFolder}", }, { "description": "Execute the commands from the .gdbinit file in the root workspace folder",