{ // 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", "-n", "-p", "group_num:group(\\d)-\\w-\\d+\\.txt", "group(\\d)-(?P\\w)-(?P\\d+)\\.txt", "-V", "DEBUG" ], "justMyCode": true, "module": "csvbyname.cli" } ] }