How to execute output in VS Code? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to execute output in VS Code?

How to use Visual Studio Code to execute the code like what Sololearn does? Like for every HelloWorld message in Python, C++, Javascript on VS Code.

7th Jul 2017, 1:40 AM
Isaac Yuen
Isaac Yuen - avatar
1 Answer
+ 6
VS Code is only an editor without the default VS compiler. Chances are you can find a compiler plugin for a specific language through VS Code built-in store for extensions.
7th Jul 2017, 2:25 AM
Hatsy Rei
Hatsy Rei - avatar