mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-29 17:23:25 -05:00
Notebooks: add multi_connection field to notebook metadata (#14097)
* add multi_connection to nb metadata * address PR comments * pr comments * adsd notebookmetadatakeys object * pr comments * use isUUID util method
This commit is contained in:
@@ -76,6 +76,9 @@ export class NotebookModelStub implements INotebookModel {
|
||||
get savedConnectionName(): string {
|
||||
throw new Error('method not implemented.');
|
||||
}
|
||||
get multiConnectionMode(): boolean {
|
||||
throw new Error('method not implemented.');
|
||||
}
|
||||
get providerId(): string {
|
||||
throw new Error('method not implemented.');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user