From 446dfef287dcb0d20b2e3d3fef2ef1faa3b4f596 Mon Sep 17 00:00:00 2001 From: Matt Bierner Date: Fri, 30 Jul 2021 13:11:20 -0700 Subject: [PATCH] Set mime to markdown when changing to markdown language mode Fixes #128873 --- .../workbench/contrib/notebook/browser/contrib/coreActions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/workbench/contrib/notebook/browser/contrib/coreActions.ts b/src/vs/workbench/contrib/notebook/browser/contrib/coreActions.ts index 6c92f48da49..2b264acf741 100644 --- a/src/vs/workbench/contrib/notebook/browser/contrib/coreActions.ts +++ b/src/vs/workbench/contrib/notebook/browser/contrib/coreActions.ts @@ -1650,7 +1650,7 @@ registerAction2(class ChangeCellLanguageAction extends NotebookCellAction