add a third variant for cs keys...

This commit is contained in:
Sebastian Hugentobler 2017-03-23 15:18:18 +01:00
parent a5609bc344
commit e11a699de7
3 changed files with 13 additions and 6 deletions

2
.vscode/launch.json vendored
View file

@ -5,7 +5,7 @@
"name": "Debug",
"type": "lldb-mi",
"request": "launch",
"target": "./target/debug/gog-backup",
"target": "./target/debug/gog-sync",
"cwd": "${workspaceRoot}"
}
]