mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Ensure ipynb is associated with editor (#10055)
This commit is contained in:
@@ -17,7 +17,7 @@ import { NotebookInput } from 'sql/workbench/contrib/notebook/browser/models/not
|
|||||||
const editorInputFactoryRegistry = Registry.as<IEditorInputFactoryRegistry>(EditorInputExtensions.EditorInputFactories);
|
const editorInputFactoryRegistry = Registry.as<IEditorInputFactoryRegistry>(EditorInputExtensions.EditorInputFactories);
|
||||||
|
|
||||||
export class NotebookEditorInputAssociation implements ILanguageAssociation {
|
export class NotebookEditorInputAssociation implements ILanguageAssociation {
|
||||||
static readonly languages = ['notebook'];
|
static readonly languages = ['notebook', 'ipynb'];
|
||||||
|
|
||||||
constructor(@IInstantiationService private readonly instantiationService: IInstantiationService) { }
|
constructor(@IInstantiationService private readonly instantiationService: IInstantiationService) { }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user