diff --git a/src/vs/workbench/services/editor/common/editorResolverService.ts b/src/vs/workbench/services/editor/common/editorResolverService.ts index a375b849fac610..83332416098eab 100644 --- a/src/vs/workbench/services/editor/common/editorResolverService.ts +++ b/src/vs/workbench/services/editor/common/editorResolverService.ts @@ -42,7 +42,7 @@ export const diffEditorsAssociationsSettingId = 'workbench.diffEditorAssociation * Shared so that dynamic re-registrations of the setting preserve the override. */ export const editorsAssociationsAgentsWindowDefault: Readonly> = Object.freeze({ - '*.md': 'vscode.markdown.preview.editor' + '*.md': 'vscode.markdown.editor' }); const configurationRegistry = Registry.as(ConfigurationExtensions.Configuration);