vscode: Fix deprecated python debug type

Signed-off-by: Luis Garcia <git@luigi311.com>
pull/228/head
Luis Garcia 2025-02-21 14:47:14 -07:00
parent de32d59aa1
commit 38e65f5a17
1 changed files with 2 additions and 2 deletions

4
.vscode/launch.json vendored
View File

@ -6,7 +6,7 @@
"configurations": [
{
"name": "Python: Main",
"type": "python",
"type": "debugpy",
"request": "launch",
"program": "main.py",
"console": "integratedTerminal",
@ -14,7 +14,7 @@
},
{
"name": "Pytest",
"type": "python",
"type": "debugpy",
"request": "launch",
"module": "pytest",
"args": [