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.
1 Réponse
+ 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.