Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brandonxlf/exe-runner

Run .exe files directly from Visual Studio Code
https://github.com/brandonxlf/exe-runner

exe visual-studio-code visual-studio-code-extension vscode-extension

Last synced: about 9 hours ago
JSON representation

Run .exe files directly from Visual Studio Code

Awesome Lists containing this project

README

        

# exe Runner

Easily run `.exe` files in the Visual Studio Code terminal. Uses a compatibility layer, such as `wine`, on non-Windows platforms.

## Features

* Run the current `.exe` file by clicking the button right of the tab bar
* Run any `.exe` files from their file, editor tab, and editor context menus
* Run the current `.exe` with the command `Run Executable`
* On non-Windows platforms, invoke a compatibility layer, such as `wine`, to run `.exe` files
* Options to clear previous output and to run `.exe` files from their directory

## Example

![example](media/example.gif)