Skip to content

Releases: nils-soderman/vscode-batch-runner

1.3.1

20 Jun 17:33
Compare
Choose a tag to compare

Fixed

  • Cancel the creation of a terminal if cmd.exe cannot be located #17

1.3.0

10 Feb 20:53
Compare
Choose a tag to compare

Removed

  • Removed deprecated commands batch-utils.execBatchFile, batch-utils.execBatchFileAsAdmin & batch-utils.execBatchFileArgs

Changed

  • Default batch-runner.saveFileBeforeRun to true (#14)

1.2.0

25 Nov 16:32
Compare
Choose a tag to compare

Added

  • Setting batch-runner.saveFileBeforeRun which will save any edits to the current batch file before executing it. Defaults to false (#14)

Changed

  • Renamed the prefix of all command IDs from batch-utils to batch-runner. E.g. batch-utils.execBatchFile -> batch-runner.execBatchFile.
  • Renamed command ID batch-utils.execBatchFileAsAdmin -> batch-runner.execBatchFileAdmin
  • Deprecated the old commands starting with batch-utils. They will be removed in the next update.
  • Removed "Batch File" from the title of the commands. So e.g. "Run Batch File" -> "Run"
  • Updated the README.md with new images & added info regarding running a batch file with arguments

Removed

  • Removed batchrunner.runBatchIn & batchrunner.cmdPath settings, which were deprecated in v1.1.0. Use batch-runner.runBatchIn & batch-runner.cmdPath instead.

1.1.2

23 Jul 11:44
Compare
Choose a tag to compare

Changed:

  • Use esbuild to bundle & minify the compiled code

1.1.1

01 Jul 12:40
Compare
Choose a tag to compare

Changed

  • Always restart the Batch Runner Terminal between each run. (#11)

1.1.0

10 Jun 12:51
Compare
Choose a tag to compare

Added:

  • Command batch-utils.execBatchFileArgs that will first spawn a input box where you can enter the arguments to pass to the batch file.

Changed:

  • Renamed configs batchrunner.cmdPath & batchrunner.runBatchIn -> batch-runner.cmdPath & batch-runner.runBatchIn and deprecated the old configuration names.

v1.0.1

11 Dec 21:19
Compare
Choose a tag to compare

Removed:

  • Incorrect indications that this extension officially supports .BTM files

v1.0.0

23 Oct 13:17
Compare
Choose a tag to compare

Fixed:

  • Configs not read correctly from the folder settings

v0.0.8

17 Sep 13:13
Compare
Choose a tag to compare
  • The Batch Runner terminal now uses cmd.exe based on the cmd path given in the config batchrunner.cmdPath

  • Added the execute commands to the editor/title/context menu

  • Renamed "Run Batch File as Admin" to "Run Batch File as Administrator"

v0.0.7

14 Aug 15:03
Compare
Choose a tag to compare
  • Added command batch-utils.execBatchFileAsAdmin that will run the batch file with admin privileges.

  • Fixed "Run Batch File" showing up in context menu even for non batch files

  • Updated configuration scope of batchrunner.runBatchIn to be at "resource" level

  • Updated configuration scope of batchrunner.cmdPath to be at "machine" level