mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-05 02:51:36 -05:00
Add findNodes Object Explorer API (#916)
This commit is contained in:
@@ -33,4 +33,8 @@ export class ObjectExplorerProviderTestService implements sqlops.ObjectExplorerP
|
||||
public registerOnExpandCompleted(handler: (response: sqlops.ObjectExplorerExpandInfo) => any): void {
|
||||
|
||||
}
|
||||
|
||||
public findNodes(findNodesInfo: sqlops.FindNodesInfo): Thenable<sqlops.ObjectExplorerFindNodesResponse> {
|
||||
return undefined;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user