Reputation: 137
I know this question might already be asked but I have a serious problem with this every time when I open my vscode and I want to code in python it shows me that Microsoft python language server is downloading and when I have no stable connection it will stack and I can't even code in python
what should I do? I want this to stop downloading!
Upvotes: 2
Views: 704
Reputation: 16120
You can set "python.languageServer": "Jedi"
to stop VS Code from trying to download the Microsoft language server.
Upvotes: 1