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",