Python相关

Python Debug报错:Timed out waiting for launcher to connet

launch.json配置console

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

vscode相关

VSCODE恢复默认配置

示例:#python格式化

当python格式化异常时,有可能是vscode的配置异常

  • 打开选项配置
    在这里插入图片描述
  • 删除settings.json中的自定义配置
    在这里插入图片描述

重新配置格式化设置

在这里插入图片描述

vscode插件

  • plantuml
  • markdown all in one
Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐