• 经常遇到VsCode失效的问题,很有可能是插件的原因。
  • 关闭插件提示功能
    • "python.pythonPath": "/usr/bin/python",
    • 关闭所有的插件提示功能: "python.linting.enabled": false,
    • 同时开启虚拟环境(source virtual_env).

相关文章: