• calcopiritus@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    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.