mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-27 17:23:21 -05:00
show notebook as trusted when it belongs to a trusted book (#15093)
* check for trusted books * don't add to trustedNotebooksMomento * update comment * added comments * remove empty line
This commit is contained in:
@@ -50,6 +50,7 @@ suite('MainThreadNotebook Tests', () => {
|
||||
undefined,
|
||||
undefined,
|
||||
undefined,
|
||||
undefined,
|
||||
);
|
||||
mockNotebookService = TypeMoq.Mock.ofInstance(notebookService);
|
||||
notebookUri = URI.parse('file:/user/default/my.ipynb');
|
||||
|
||||
Reference in New Issue
Block a user