简体   繁体   中英

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...

为什么

Any thoughts on how I could fix this?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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