14 lines
No EOL
561 B
JSON
14 lines
No EOL
561 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", "ctienrsg"],
|
|
"cwd": "${workspaceRoot}",
|
|
}]
|
|
} |