forked from jelson.rodrigues/piperun-bot
fix: read chats from api when is only one page
This commit is contained in:
20
.vscode/launch.json
vendored
20
.vscode/launch.json
vendored
@@ -41,6 +41,24 @@
|
||||
},
|
||||
"args": [],
|
||||
"cwd": "${workspaceFolder}"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "lldb",
|
||||
"request": "launch",
|
||||
"name": "Debug executable 'groupper_report'",
|
||||
"cargo": {
|
||||
"args": [
|
||||
"build",
|
||||
"--bin=groupped_repport",
|
||||
"--package=piperun-bot"
|
||||
],
|
||||
"filter": {
|
||||
"name": "groupped_repport",
|
||||
"kind": "bin"
|
||||
}
|
||||
},
|
||||
"args": ["cargo", "run", "--bin=groupped_repport"],
|
||||
"cwd": "${workspaceFolder}"
|
||||
},
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user