Visual Studio Code – Prevent VSCode from skipping to next non empty line when executing current line with Shift+Enter in Python
I'm using VSCode extensively in my workflow together with the Vim extension. I frequently execute single lines in the editor in Python interactive mode. On Shift+Enter (with no characters highlighted) it is supposed to only execute the current line and…