mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-05-11 12:35:59 +02:00
fix typo
parent
bda4e4e2ad
commit
2aae355aa8
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue