mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-28 07:40:30 -04:00
* #3897: Unified connection integration - sql connection improvements * variable name change * Misc changes * Misc change
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user