mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-25 17:23:10 -05:00
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