2023-04-21 16:03:28 +00:00
|
|
|
{
|
|
|
|
// Use IntelliSense to learn about possible attributes.
|
|
|
|
// Hover to view descriptions of existing attributes.
|
|
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
|
|
"version": "0.2.0",
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "Use Test Resources",
|
|
|
|
"type": "python",
|
|
|
|
"request": "launch",
|
|
|
|
"console": "integratedTerminal",
|
|
|
|
"args": [
|
|
|
|
"${workspaceFolder}/tests/resources",
|
|
|
|
"${workspaceFolder}/output.csv",
|
|
|
|
"-r",
|
|
|
|
"-p",
|
|
|
|
"group_num:group(\\d)-\\w-\\d+\\.txt",
|
|
|
|
"group(\\d)-(?P<sect>\\w)-(?P<patid>\\d+)\\.txt",
|
|
|
|
"-V",
|
|
|
|
"DEBUG"
|
|
|
|
],
|
2023-04-21 20:52:20 +00:00
|
|
|
"justMyCode": true,
|
|
|
|
"module": "csvbyname.cli"
|
2023-04-21 16:03:28 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|