pls delet files, git. owo

This commit is contained in:
2024-09-02 11:15:12 -04:00
parent 399be0c24f
commit 7a1247e97b
5 changed files with 16 additions and 93 deletions

16
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,16 @@
{
// 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": "timesheet",
"type": "debugpy",
"request": "launch",
"program": "reportUpdating.py",
"console": "integratedTerminal",
"cwd": "${workspaceFolder}/timesheet"
}
]
}