update python debugger type to debugpy
vscode says that "python" is deprecated
This commit is contained in:
committed by
Yorik van Havre
parent
1b7c12629c
commit
91bfde1fd2
4
contrib/.vscode/launch.json
vendored
4
contrib/.vscode/launch.json
vendored
@@ -100,7 +100,7 @@
|
||||
},
|
||||
{
|
||||
"name": "Python debugger",
|
||||
"type": "python",
|
||||
"type": "debugpy",
|
||||
"request": "attach",
|
||||
"preLaunchTask": "WaitForDebugpy",
|
||||
"redirectOutput": true,
|
||||
@@ -131,4 +131,4 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user