mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-31 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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user