mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-06 17:23:53 -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:
1
src/sql/azdata.proposed.d.ts
vendored
1
src/sql/azdata.proposed.d.ts
vendored
@@ -75,6 +75,7 @@ declare module 'azdata' {
|
||||
|
||||
export interface INotebookMetadata {
|
||||
connection_name?: string;
|
||||
multi_connection_mode?: boolean;
|
||||
}
|
||||
|
||||
export interface ICellMetadata {
|
||||
|
||||
Reference in New Issue
Block a user