runVSCode extension to run executables directly from the Explorer. FeaturesThis extension provides different ways of running files:
You can run files like this in two different ways:
SettingsThere is one setting that allows you to change the command that is executed for specific file types, or specific files.
These can be changed in For file types, this is useful if you need them to be executed with something in particular, i.e.:
For specific files, this can also be useful for setting arguments:
The value ExamplesYou can access the new options from the explorer right-click menu:
Or from the toolbar of opened files:
After selecting the The 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): |