fix typo

Francisco Pombal 2020-10-17 19:30:57 +01:00
parent bda4e4e2ad
commit 2aae355aa8

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