HubbleCommand / run

VSCode extension to run executables directly from the Explorer
https://marketplace.visualstudio.com/items?itemName=hcommand.run-runner
GNU General Public License v3.0
0 stars 0 forks source link

run

Ratings Badge Installs Badge Downloads Badge Ratings Badge License Badge

VSCode extension to run executables directly from the Explorer.

Features

This extension provides different ways of running files:

You can run files like this in two different ways:

Examples

You can access the new options from the explorer right-click menu: run from explorer

Or from the toolbar of opened files: run from toolbar

After selecting the Run in Terminal option, a new terminal will be opened, and your program will start: result

The Open External option is available for all file types on all OSs. It allows you to open the selected file in a seperate app: result

The file will be opened in the OS's preffered app for the file (possibly VSCode), and if no app is selected, you will be promted to select one (if it's runnable or an app itself, it will launch):

result