Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

I'm running visual studio code 1.35.1 on an Ubuntu 16.04.

like image 936
Masked Man Avatar asked Sep 01 '26 23:09

Masked Man


1 Answers

The language server is downloaded after each upgrade of the Python extension for VS Code and when the language server receives an independent update.

If you don't want to download any file, you can switch to Jedi with the setting "python.jediEnabled": true.

like image 112
Brett Cannon Avatar answered Sep 04 '26 12:09

Brett Cannon



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!