Jessica
Jessica

Reputation: 137

Microsoft python language server doesn't stop downloading

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

Answers (1)

Brett Cannon
Brett Cannon

Reputation: 16120

You can set "python.languageServer": "Jedi" to stop VS Code from trying to download the Microsoft language server.

Upvotes: 1

Related Questions