简体   繁体   English

每次都会下载Visual Studio代码python语言服务器吗?

[英]Visual studio code python language server is downloaded every time?

Every time I open a python file in visual studio code after system reboot or shutdown it downloads the language server which is roughly 30 MB , so I'm asking if there is a way to make it do the download only once? 每次我在系统重新启动或关闭后用visual studio code打开python文件时,它都会下载大约30 MB的语言服务器,所以我问是否有一种方法使其只能进行一次下载?

I'm running visual studio code 1.35.1 on an Ubuntu 16.04 . 我在Ubuntu 16.04上运行Visual Studio代码1.35.1

The language server is downloaded after each upgrade of the Python extension for VS Code and when the language server receives an independent update. 在VS Code的Python扩展的每次升级之后以及语言服务器收到独立更新时,都会下载语言服务器。

If you don't want to download any file, you can switch to Jedi with the setting "python.jediEnabled": true . 如果您不想下载任何文件,则可以使用设置"python.jediEnabled": true切换到Jedi。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM