From a9080951de48b7c9cd3a1267bd49218e616abd8b Mon Sep 17 00:00:00 2001 From: Rich Chiodo Date: Thu, 11 Feb 2021 17:04:31 -0800 Subject: [PATCH] Port control enter fix to release (#4774) * Fix ctrl+enter and alt+enter by removing the redundant command. (#4769) * Fix ctrl+enter and alt+enter by removing the redundant command. * Code review feedback * Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad1dfd837bc..9d462793cd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -97,6 +97,8 @@ ([#4538](https://github.com/Microsoft/vscode-jupyter/issues/4538)) 1. Allow options to show native variable view only when looking at native notebooks. ([#4761](https://github.com/Microsoft/vscode-jupyter/issues/4761)) +1. Fix CTRL+ENTER and ALT+ENTER to behave as expected for a jupyter notebook. + ([#4713](https://github.com/Microsoft/vscode-jupyter/issues/4713)) ### Code Health