Skip to main content
added 6 characters in body
Source Link

What works for me is adding to launch.json this one line: "python": "${workspaceFolder}/venv/bin/python",

"python": "${workspaceFolder}/venv/bin/python",

What works for me is adding to launch.json this one line: "python": "${workspaceFolder}/venv/bin/python",

What works for me is adding to launch.json this one line:

"python": "${workspaceFolder}/venv/bin/python",
Source Link

What works for me is adding to launch.json this one line: "python": "${workspaceFolder}/venv/bin/python",