From 91bfde1fd2dbc29bc65fd4e12e759fb0edd5bda4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbyn=C4=9Bk=20Winkler?= Date: Wed, 25 Jun 2025 13:09:19 +0200 Subject: [PATCH] update python debugger type to debugpy vscode says that "python" is deprecated --- contrib/.vscode/launch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/.vscode/launch.json b/contrib/.vscode/launch.json index c54dd2c8a0..b8c63d1c84 100644 --- a/contrib/.vscode/launch.json +++ b/contrib/.vscode/launch.json @@ -100,7 +100,7 @@ }, { "name": "Python debugger", - "type": "python", + "type": "debugpy", "request": "attach", "preLaunchTask": "WaitForDebugpy", "redirectOutput": true, @@ -131,4 +131,4 @@ } } ] -} \ No newline at end of file +}