Skip to content

Commit 2c76262

Browse files
author
Miguel Solorio
committed
Re-enable new octicons
1 parent f3ffcf3 commit 2c76262

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/browser/workbench.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ import { isMacintosh, isWindows, isLinux, isWeb } from 'vs/base/common/platform'
242242
},
243243
'workbench.octiconsUpdate.enabled': {
244244
'type': 'boolean',
245-
'default': false,
245+
'default': true,
246246
'description': nls.localize('workbench.octiconsUpdate.enabled', "Controls the visibility of the new Octicons style in the workbench.")
247247
}
248248
}

0 commit comments

Comments
 (0)