The state where tasks.json
of the execution configuration file does not exist.
(Because there was an article explained on the premise that tasks.json
exists, I was a little addicted to it.)
Press F1 (or Ctrl + Shift + P) to open the Command Palette and type tasks. Select "Task: Task Runner Configuration" from the list that appears.
A list will appear, so select "Others Example of executing an arbitrary external command".
When selected, tasks.json
will be created.
Change tasks.json
as shown in the figure and save it.
After creating a python file, let's execute it with Ctrl + Shift + B! The debugging method is coming again.
Recommended Posts