you are viewing a single comment's thread
view the rest of the comments
[โ€“] 1 point 2 years ago (3 children)

In vs code there's a run button just like in visual studio. You can also press F5. You will most probably need to install an extension specific to your language so vscode knows what to do when you press F5. For some languages, you'll also have to create a launch.json file manually. launch.json is what describes what the "run" button does.

  • source
  • parent
  • hideshow 3 child comments