From 7a6055f797fbdeec39bd6aa7d5f64c65b328538f Mon Sep 17 00:00:00 2001 From: "David P. Caldwell" Date: Sun, 25 Jun 2023 18:37:40 -0400 Subject: [PATCH] Use newer VSCode Python settings --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 23fb7ed9..664b32a4 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,7 +8,7 @@ "name": "Debug Tests", "type": "python", "request": "launch", - "pythonPath": "${config:python.pythonPath}", + "python": "${command:python.interpreterPath}", "cwd": "${workspaceFolder}", "args": [ "-m",