mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-03 09:35:40 -05:00
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:
2
src/sql/azdata.d.ts
vendored
2
src/sql/azdata.d.ts
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user