2020-10-03

    科技2022-07-12  111

    VScode 出现Timed out waiting for launcher to connet错误

    解决方案为:在launch.json文件中把configurations改为如下。

    "configurations": [ { "name": "Python: Debug Console", "type": "python", "request": "launch", "program": "${file}", "console": "internalConsole" } ]

     

     

    Processed: 0.010, SQL: 8