Visual Studio Code debug Python file stopped working I have been using visual studio code for years, and for no apparent reason debug stopped working. It worked yesterday, but not today. Here is what I do:
- Double click a simple "Hello World" .py file. It opens with visual studio code
- Press arrow on the left side for run and debug
- Select “Python File”. Nothing happens

- Similarly, if I select the pulldown menu on the right and “debug Python file” nothing happens

- But if I select the pulldown menu on the right and “run Python file”, the program runs: a terminal opens, and hello world is printed.

How do I get debug to work (again)?
I tried reboot and reinstall.
Below is the version I am using
Version: 1.64.0 (user setup)
Commit: 5554b12acf27056905806867f251c859323ff7e9
Date: 2022-02-03T04:22:20.678Z
Electron: 13.5.2
Chromium: 91.0.4472.164
Node.js: 14.16.0
V8: 9.1.269.39-electron.0
OS: Windows_NT x64 10.0.19043
I am running on Window 10