diff --git a/src/sql/workbench/contrib/notebook/browser/models/nodebookInputFactory.ts b/src/sql/workbench/contrib/notebook/browser/models/nodebookInputFactory.ts index de4f24d1ed..513c19af55 100644 --- a/src/sql/workbench/contrib/notebook/browser/models/nodebookInputFactory.ts +++ b/src/sql/workbench/contrib/notebook/browser/models/nodebookInputFactory.ts @@ -17,7 +17,7 @@ import { NotebookInput } from 'sql/workbench/contrib/notebook/browser/models/not const editorInputFactoryRegistry = Registry.as(EditorInputExtensions.EditorInputFactories); export class NotebookEditorInputAssociation implements ILanguageAssociation { - static readonly languages = ['notebook']; + static readonly languages = ['notebook', 'ipynb']; constructor(@IInstantiationService private readonly instantiationService: IInstantiationService) { }