mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-17 01:25:36 -05:00
Fix the "Failed to show notebook document" errors (#4649)
This commit is contained in:
@@ -840,7 +840,7 @@ export interface INotebookModelChangedData {
|
||||
export interface INotebookEditorAddData {
|
||||
id: string;
|
||||
documentUri: UriComponents;
|
||||
editorPosition: EditorViewColumn;
|
||||
editorPosition: EditorViewColumn | undefined;
|
||||
}
|
||||
|
||||
export interface INotebookShowOptions {
|
||||
|
||||
Reference in New Issue
Block a user