Fix trusting opened notebooks (#9615)

* Fix trusting opened notebooks

* Addressing comments
This commit is contained in:
Jorge Berumen
2020-03-13 18:10:55 -07:00
committed by GitHub
parent 4a54f53ae3
commit 6a1037ab2d
2 changed files with 17 additions and 0 deletions

View File

@@ -65,6 +65,10 @@ export class ApiWrapper {
return vscode.commands.executeCommand(BuiltInCommands.SetContext, key, value);
}
public getNotebookDocuments() {
return azdata.nb.notebookDocuments;
}
/**
* Get the configuration for a extensionName
* @param extensionName The string name of the extension to get the configuration for