vscode: Fix deprecated python debug type
Signed-off-by: Luis Garcia <git@luigi311.com>pull/228/head
parent
de32d59aa1
commit
38e65f5a17
|
|
@ -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": [
|
||||
|
|
|
|||
Loading…
Reference in New Issue