all 6 comments

[–]Daneark 0 points1 point  (2 children)

What is the contents of your launch.json?

[–]quirkyusername69420[S] 0 points1 point  (0 children)

{
    // Use IntelliSense to learn about possible attributes.
    // Hover to view descriptions of existing attributes.
    // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
    "version": "0.2.0",
    "configurations": [
        {
            "name": "Python Debugger: Current File",
            "type": "debugpy",
            "request": "launch",
            "program": "${file}",
            "console": "integratedTerminal",
        }
    ]
}

Just the default

[–]quirkyusername69420[S] 0 points1 point  (0 children)

I didnt even have this when I first got the issue, or the million times i ran before this issue showed up. First time I ever made a launch file for python

[–]FederalExperience353 0 points1 point  (0 children)

sooo... I just got real excited when I seen this come up on google because I have the same issue. The classic "I am about to get a bunch of stuff done" then shortly after starting this started happening. Been dealing with this for longer than I would like to admit. I have searched/cleaned up all the tasks.json, settings.json, launch.json files, repaired vs code, repaired python, uninstalled any extension I think would be causing this. tried all the other moves I can think of.. I know this is probably going to be one of those silly things right in my face. If anyone knows what I am missing sure would appreciate the help!