Derek Eden
Derek Eden

Reputation: 4628

why does vscode execute my selection so slowly in python console?

This has been annoying me for weeks, it's usually not this bad but it's honestly like a snail at this point.

I can either run a specific line, or select some code and run the selection which sends that selection to the python console.

Why does this happen so slowly? See the gif...

why

Any thoughts on how I could fix this?

Upvotes: 1

Views: 769

Answers (1)

Fareed Khan
Fareed Khan

Reputation: 2923

Two Solutions:

1) Well first one is that you can try by changing the default terminal Powershell to Command Prompt

Here are the two guide for you on how to change the terminal

Guide 1

Guide 2


2) Start VSCode with the --ignore-gpu-blacklist flag and see if it solve any performance issues

Upvotes: 2

Related Questions