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:
Benjin Dubishar
2023-05-01 08:31:13 -07:00
committed by GitHub
parent b86463ee71
commit 6b1dd0e468
8 changed files with 85 additions and 85 deletions

View File

@@ -106,7 +106,7 @@ export class ProjectRootTreeItem extends BaseProjectTreeItem {
}
// sql object scripts
for (const entry of this.project.files) {
for (const entry of this.project.sqlObjectScripts) {
let newNode: fileTree.FileNode;
if (entry.sqlObjectType === ExternalStreamingJob) {