文章目录
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