Fix Notebook language ids (#20938)

This commit is contained in:
Karl Burtram
2022-10-24 13:56:10 -07:00
committed by GitHub
parent 5d896cd8cd
commit de9dd34275
2 changed files with 4 additions and 4 deletions

View File

@@ -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 {