Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS Code Sending Over 100 lines of Python to Interpreter

In VS Code every time I send more python code than is on my editor screen to the interpreter with shift + enter it freezes up with a "PTY disconnection"

I would like to highlight my entire .py file and "shift + enter" it to the interpreter.

I restarted my computer.

I have installed several different versions of VS Code but I cannot get it to work.

I installed/re-installed the extensions

How can I do this?

like image 524
stack_man123 Avatar asked Sep 21 '25 04:09

stack_man123


1 Answers

Rolling back the extension to v14.1 will mitigate the issue before there is any fix regarding this.

like image 67
Amadeusz Liu Avatar answered Sep 22 '25 18:09

Amadeusz Liu