How to allow VS Code to take input from users?

 How to allow VS Code to take input from users?

You can configure Code Runner to use the integrated terminal instead of the output window by setting the code-runner.runInTerminal setting to true (the default is false). In the settings.json file it should look like: "code-runner.runInTerminal": true

If you want to use the GUI instead the setting should look like this once set to true. 



Post a Comment

Previous Post Next Post