Archived
Fix Notebook language ids (#20938)
This commit is contained in:
@@ -51,7 +51,7 @@ export const NBFORMAT = 4;
|
||||
export const NBFORMAT_MINOR = 2;
|
||||
|
||||
export const enum NotebookLanguage {
|
||||
Notebook = 'Notebook',
|
||||
Notebook = 'notebook',
|
||||
Ipynb = 'ipynb'
|
||||
}
|
||||
export interface INotebookSearchConfigurationProperties {
|
||||
|
||||
Reference in New Issue
Block a user