We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0778354 commit 3555386Copy full SHA for 3555386
1 file changed
src/vs/workbench/browser/parts/editor/editor.ts
@@ -52,9 +52,7 @@ export function getEditorPartOptions(config: IWorkbenchEditorConfiguration): IEd
52
return options;
53
}
54
55
- if (typeof config.workbench.iconTheme === 'string') {
56
- options.iconTheme = config.workbench.iconTheme;
57
- }
+ options.iconTheme = config.workbench.iconTheme;
58
59
if (config.workbench.editor) {
60
Object.assign(options, config.workbench.editor);
0 commit comments