mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-03 17:23:42 -05:00
[Notebook] Run Parameters Action openNotebook Functionality in Core (#14978)
* NotebookService update * openNotebook functionality in NbService * Add tests for RunParametersAction
This commit is contained in:
@@ -46,7 +46,10 @@ suite('MainThreadNotebook Tests', () => {
|
||||
undefined,
|
||||
undefined,
|
||||
new MockContextKeyService(),
|
||||
instantiationService.get(IProductService)
|
||||
instantiationService.get(IProductService),
|
||||
undefined,
|
||||
undefined,
|
||||
undefined,
|
||||
);
|
||||
mockNotebookService = TypeMoq.Mock.ofInstance(notebookService);
|
||||
notebookUri = URI.parse('file:/user/default/my.ipynb');
|
||||
|
||||
Reference in New Issue
Block a user