#3897: Unified connection integration - sql connection improvements (#3910)

* #3897: Unified connection integration - sql connection improvements

* variable name change

* Misc changes

* Misc change
This commit is contained in:
Raj
2019-02-06 10:33:21 -08:00
committed by GitHub
parent d74e5e6457
commit 42135d3e53
4 changed files with 74 additions and 17 deletions

View File

@@ -89,7 +89,11 @@ export class NotebookModelStub implements INotebookModel {
}
getApplicableConnectionProviderIds(kernelName: string): string[] {
throw new Error('Method not implemented.');
}
}
get onValidConnectionSelected(): Event<boolean>
{
throw new Error('method not implemented.');
}
}
export class NotebookManagerStub implements INotebookManager {