tipplektionen/.vscode/launch.json
2023-03-10 12:26:51 +01:00

14 lines
576 B
JSON

{
// Verwendet IntelliSense zum Ermitteln möglicher Attribute.
// Zeigen Sie auf vorhandene Attribute, um die zugehörigen Beschreibungen anzuzeigen.
// Weitere Informationen finden Sie unter https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [{
"name": "Debug",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceRoot}/build/tipplektionen",
"args": ["--min-length", "2", "--max-length", "6", "-c", "ctienrsgul", "--capital"],
"cwd": "${workspaceRoot}",
}]
}