Releases: nils-soderman/vscode-batch-runner
Releases · nils-soderman/vscode-batch-runner
1.3.2
1.3.1
1.3.0
1.2.0
Added
- Setting
batch-runner.saveFileBeforeRun
which will save any edits to the current batch file before executing it. Defaults tofalse
(#14)
Changed
- Renamed the prefix of all command IDs from
batch-utils
tobatch-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. Usebatch-runner.runBatchIn
&batch-runner.cmdPath
instead.
1.1.2
Changed:
- Use esbuild to bundle & minify the compiled code
1.1.1
1.1.0
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
Removed:
- Incorrect indications that this extension officially supports .BTM files
v1.0.0
Fixed:
- Configs not read correctly from the folder settings
v0.0.8
-
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"