Fix for issue where bulk-adding scripts could perform a rescan after each script (#22665)

* Changed bulk script add to delay reloading file list until end of operation.

* Adding style name to sqlproj typing file

* vBump to 1.0.1
This commit is contained in:
Benjin Dubishar
2023-04-10 16:28:53 -07:00
committed by GitHub
parent 6857718cb3
commit 4d3d74e3da
3 changed files with 19 additions and 5 deletions

View File

@@ -215,6 +215,11 @@ declare module 'sqldbproj' {
*/
getDatabaseDefaultCollation(): string;
/**
* Type of .sqlproj file, either "SdkStyle" or "LegacyStyle"
*/
readonly sqlProjStyleName: string;
/**
* Path where dacpac is output to after a successful build
*/