mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-23 01:25:38 -05:00
Changing "files" to "sqlObjectScripts" to be more accurate (#22899)
* Changing "files" to "sqlObjectScripts" to be more accurate * fixing func call
This commit is contained in:
@@ -246,9 +246,9 @@ declare module 'sqldbproj' {
|
||||
readonly projectFileName: string;
|
||||
|
||||
/**
|
||||
* Files and folders that are included in the project
|
||||
* SQL object scripts in this project
|
||||
*/
|
||||
readonly files: IFileProjectEntry[];
|
||||
readonly sqlObjectScripts: IFileProjectEntry[];
|
||||
|
||||
/**
|
||||
* SqlCmd variables and their values
|
||||
|
||||
Reference in New Issue
Block a user