From 6e2c76ef9c90030edece4c822d9a39524c4856a6 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 6c92f48da49d93..2b264acf7415c4 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