From 92c1681fbbcaa0dc40333ef31d31d4db580bcf8a Mon Sep 17 00:00:00 2001 From: Eric Shi Date: Thu, 16 May 2024 08:25:58 -0700 Subject: [PATCH] Address deprecation warning in walkthrough_debug.py --- warp/tests/walkthrough_debug.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/warp/tests/walkthrough_debug.py b/warp/tests/walkthrough_debug.py index 7e6aa5a1b..9b590d86b 100644 --- a/warp/tests/walkthrough_debug.py +++ b/warp/tests/walkthrough_debug.py @@ -26,7 +26,7 @@ }, { "name": "Python: Current File", - "type": "python", + "type": "debugpy", "request": "launch", "program": "${file}", "console": "integratedTerminal",