PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Wednesday, August 17, 2022

[FIXED] How to write something in the Output tab in Visual Studio Code

 August 17, 2022     output, visual-studio-code     No comments   

Issue

How can I respond to my program in the Output tab of Visual Studio Code?

I am using the Code Runner extension. Here is a picture of what I want (lower part, near "Ausgabe"):

Down here in Ausgabe


Solution

The Output panel doesn't support input. That's one of the reasons why they switched from Output panel to Terminal in version 2 of the Tasks API.

It seems the Code Runner extension supports running in the Terminal as well:

"code-runner.runInTerminal": true


Answered By - Gama11
Answer Checked By - Marie Seifert (PHPFixing Admin)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing