Skip to content

Releases: BrandonXLF/exe-runner

v1.1.1

24 Mar 02:07
ae60b70
Compare
Choose a tag to compare
  • Use "&" to run executables on PowerShell

v1.1.0

08 Mar 21:31
834aa2e
Compare
Choose a tag to compare
  • "Run Executable" command now works on the unsupported text encoding page
  • "exe Runner" terminal now uses a custom icon

v1.0.0

06 Mar 04:52
d08b297
Compare
Choose a tag to compare
  • No longer force the use of cmd.exe on windows when creating the terminal
  • Added an option to run .exe files in the directory they are located in (exeRunner.runInFileDirectory) (#2)
  • Added an option to clear the terminal before each run (exeRunner.clearTerminal)
  • Added an option to customize the compatibility layer used in non-Windows environments (exeRunner.compatibilityLayer)
  • Reuse persistent terminals when terminal.integrated.enablePersistentSessions is enabled

v0.2.1

08 Jul 05:44
Compare
Choose a tag to compare
  • "Run Executable" now works as expected from the command palette

v0.2.0

07 Jul 23:25
Compare
Choose a tag to compare
  • Optimized code
  • exe Runner terminal is only discarded when it is closed, rather than any terminal
  • "Run Executable" added to editor tab context menu

v0.1.0

21 Oct 03:10
Compare
Choose a tag to compare
  • Terminal always uses cmd.exe on windows
  • On non-Windows OSes, wine is used

v0.0.2

20 Oct 05:49
Compare
Choose a tag to compare
  • Updated LICENSE filename

v0.0.1

20 Oct 04:42
Compare
Choose a tag to compare
  • Initial release