Error "timed out Waiting for Launcher to connect" when trying to run in python in vscode

Asked

Viewed 20 times

-1

I have recently been having problems trying to run python code in vscode. It just started happening out of the blue. I’ve tried reinstalling vscode and python. But this problem insists on appearing.

Next to the error box comes the option "open 'Launch.json". Clicking on it appears:

    // Use o IntelliSense para saber mais sobre os atributos possíveis.
    // Focalizar para exibir as descrições dos atributos existentes.
    // Para obter mais informações, acesse: https://go.microsoft.com/fwlink/?linkid=830387
    "version": "0.2.0",
    "configurations": [
        {
            "name": "Python: Arquivo Atual",
            "type": "python",
            "request": "launch",
            "program": "${file}",
            "console": "integratedTerminal"
        }
    ]
}

  • Please clarify your specific problem or provide Additional Details to Highlight Exactly what you need. As it’s Currently Written, it’s hard to Tell Exactly what you’re asking.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.