I am currently using Python on a remote server with vscode. I always use ctrl+enter or shift+enter for running the selected line or section. However, this stopped to work several days ago. When I press shift+enter, it will open two command terminals: one for the python interactive terminal, and the codes are sent to the other one, which does not have python. Right-clicking and manually selecting the desired command give the same results.
The screenshots of these two terminals are shown below.
The one with python interactive window:
The one receiving the codes: of course bash cannot execute python codes :-(
Here are keyboard shortcut settings sorted by highest precedences:
Thanks a lot in advance!!!!