fix find parent node issue (#22356)

* fix find parent node issue

* sts update

* fix errors

* pr comments and a fix
This commit is contained in:
Alan Ren
2023-03-20 08:20:11 -07:00
committed by GitHub
parent 9d16a48dee
commit aa47729f90
28 changed files with 104 additions and 50 deletions

2
src/sql/azdata.d.ts vendored
View File

@@ -308,7 +308,7 @@ declare module 'azdata' {
/**
* Get the parent node. Returns undefined if there is none.
*/
getParent(): Thenable<ObjectExplorerNode>;
getParent(): Thenable<ObjectExplorerNode | undefined>;
/**
* Refresh the node, expanding it if it has children