Skip to content

Commit a616d41

Browse files
committed
1 parent 8c9663f commit a616d41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/vs/workbench/browser/parts/editor/editorConfiguration.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,9 @@ export class DynamicEditorResolverConfigurations extends Disposable implements I
100100
properties: {
101101
'workbench.editor.defaultBinaryEditor': {
102102
type: 'string',
103+
default: '',
103104
// This allows for intellisense autocompletion
104-
enum: binaryEditorCandidates,
105+
enum: [...binaryEditorCandidates, ''],
105106
description: localize('workbench.editor.defaultBinaryEditor', "The default editor for files detected as binary. If undefined the user will be presented with a picker."),
106107
}
107108
}

0 commit comments

Comments
 (0)