Skip to content

Commit

Permalink
Remove unused import for notebook background (#165070)
Browse files Browse the repository at this point in the history
* remove some of listed unused imports
  • Loading branch information
andreamah committed Oct 31, 2022
1 parent ef5671a commit 886f8d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3099,7 +3099,7 @@ export const cellEditorBackground = registerColor('notebook.cellEditorBackground
hcLight: null
}, nls.localize('notebook.cellEditorBackground', "Cell editor background color."));

export const notebookEditorBackground = registerColor('notebook.editorBackground', {
const notebookEditorBackground = registerColor('notebook.editorBackground', {
light: EDITOR_PANE_BACKGROUND,
dark: EDITOR_PANE_BACKGROUND,
hcDark: null,
Expand Down

0 comments on commit 886f8d8

Please sign in to comment.