Skip to content

Instantly share code, notes, and snippets.

@AnthonyVadala
Created August 16, 2018 14:10
Show Gist options
  • Save AnthonyVadala/e8e6e881cfe67c6ab86bbd6e8f626d53 to your computer and use it in GitHub Desktop.
Save AnthonyVadala/e8e6e881cfe67c6ab86bbd6e8f626d53 to your computer and use it in GitHub Desktop.
How to add input support to Visual Studio Code's built in the Integrated Terminal

Add this line to User Settings (Gear->Settings) to run code in the Integrated Terminal:

{ 
   "code-runner.runInTerminal": true 
} 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment