Releases: BateleurIO/azuredatastudio-combine-scripts
Releases · BateleurIO/azuredatastudio-combine-scripts
2.0.1
2.0.0
This is almost a complete rewrite of the extension, and it's much more customizable and capable than before.
- A table of contents, showing line numbers for each file.
- Customizable headers and footers for the TOC, the individual script files and the output file itself.
- You can optionally specify an output filename, instead of having output dumped into a temporary file.
- Multiple file groups, all with either shared or distinctive headers, footers and more.
- Multiple output files. You can, for example, have one file for table changes, and another for data changes.
- Run the extension directly from the command palette to include all the files in the workspace, or using multi-select from the explorer.
- Configured directly in the Azure Data Studio user or workspace settings, or you can add a configuration file in the workspace root.
Version 1.3.0
Added GO
statements after the PRINT
statements, to ensure each statement is properly isolated.
Version 1.2.0
Added back the menu item.
Version 1.1
Small update to add print statements, so you can see the start and end of scripts as they execute.
Also added an icon.
Initial release
This is the initial release. Super excited.