Skip to content

Commit 886f8d8

Browse files
authored
Remove unused import for notebook background (microsoft#165070)
* remove some of listed unused imports
1 parent ef5671a commit 886f8d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/notebook/browser/notebookEditorWidget.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3099,7 +3099,7 @@ export const cellEditorBackground = registerColor('notebook.cellEditorBackground
30993099
hcLight: null
31003100
}, nls.localize('notebook.cellEditorBackground', "Cell editor background color."));
31013101

3102-
export const notebookEditorBackground = registerColor('notebook.editorBackground', {
3102+
const notebookEditorBackground = registerColor('notebook.editorBackground', {
31033103
light: EDITOR_PANE_BACKGROUND,
31043104
dark: EDITOR_PANE_BACKGROUND,
31053105
hcDark: null,

0 commit comments

Comments
 (0)