mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -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:
4
src/sql/azdata.proposed.d.ts
vendored
4
src/sql/azdata.proposed.d.ts
vendored
@@ -1880,6 +1880,10 @@ declare module 'azdata' {
|
||||
* under the database, the nodeType is Folder, the objectType is be Tables.
|
||||
*/
|
||||
objectType?: string;
|
||||
/*
|
||||
* The path of the parent node.
|
||||
*/
|
||||
parentNodePath: string;
|
||||
}
|
||||
|
||||
export namespace window {
|
||||
|
||||
Reference in New Issue
Block a user