mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-28 17:23:19 -05:00
Hide notebook toolbar icons in diff editor (#17303)
* hide notebook toolbar icons in diff editor * move showActions to notebookInput * make showActions readonly
This commit is contained in:
@@ -66,7 +66,7 @@ suite('Notebook Input', function (): void {
|
||||
test('File Notebook Input', async function (): Promise<void> {
|
||||
let fileUri = URI.from({ scheme: Schemas.file, path: 'TestPath' });
|
||||
let fileNotebookInput = new FileNotebookInput(
|
||||
testTitle, fileUri, undefined,
|
||||
testTitle, fileUri, undefined, true,
|
||||
undefined, instantiationService, mockNotebookService.object, mockExtensionService.object);
|
||||
|
||||
let inputId = fileNotebookInput.typeId;
|
||||
|
||||
Reference in New Issue
Block a user