mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-17 09:35:37 -05:00
editorReplacer -> editorOverride (#16041)
* editorReplacer -> editorOverride * Update lifecycle phsae * add back input factories * Add comment * add back tests * comments * fix log * comments
This commit is contained in:
@@ -30,7 +30,7 @@ export const InputBoxFocusedKey = new RawContextKey<boolean>('inputBoxFocus', fa
|
||||
export const SearchInputBoxFocusedKey = new RawContextKey<boolean>('searchInputBoxFocus', false);
|
||||
|
||||
export const enum NotebookLanguage {
|
||||
Notebook = 'notebook',
|
||||
Notebook = 'Notebook',
|
||||
Ipynb = 'ipynb'
|
||||
}
|
||||
export interface INotebookSearchConfigurationProperties {
|
||||
|
||||
Reference in New Issue
Block a user