0

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?

Emily
  • 2,129
  • 3
  • 18
  • 43
  • What language are you using? – Mark Jan 17 '22 at 17:34
  • @Mark Bash, Elixir right now. – Emily Jan 17 '22 at 19:41
  • Here is something which uses the `sendSequence` command to run the current file `${file}` in a node environment: https://stackoverflow.com/a/55113523/836330. I don't know anything about elixir bt maybe you can modify that to run an elixir file. – Mark Jan 17 '22 at 19:52

0 Answers0