I'm new to Vscode. In the old IDE I could hit a hotkey and the current file with window focus would execute in a terminal window.
I can't seem to replicate in Vscode?
CTR+F5, doesn't give me a terminal window. Selecting "Run Without Debugging" from the run menu drop down doesn't seem to do anything either.
Right now I'm having to open a terminal window, save the script, and then run it in terminal seperately.
Surely there is an automated way to save, then run the script right in Vscode, and show me the terminal output?