mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-22 01:25:38 -05:00
* Fixed #3954 The problem is: connectionProfileId is not passed into New Notebook flow. The fix is: plumbing connectionProfileId via NotebookInput. * Resolved PR comments
This commit is contained in:
@@ -94,6 +94,7 @@ export interface INotebookParams extends IBootstrapParams {
|
||||
isTrusted: boolean;
|
||||
profile?: IConnectionProfile;
|
||||
modelFactory?: ModelFactory;
|
||||
connectionProfileId?: string;
|
||||
}
|
||||
|
||||
export interface INotebookEditor {
|
||||
|
||||
Reference in New Issue
Block a user