From 2831da30e24796851889f2c021c8b893e2000cf2 Mon Sep 17 00:00:00 2001 From: krassowski <5832902+krassowski@users.noreply.github.com> Date: Mon, 29 Jan 2024 11:58:20 +0000 Subject: [PATCH] Fix a typo in command name --- src/labCommands.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/labCommands.ts b/src/labCommands.ts index efa9cd5..2de2a1f 100644 --- a/src/labCommands.ts +++ b/src/labCommands.ts @@ -166,7 +166,7 @@ export function addNotebookCommands( isEnabled }), commands.addCommand('vim:leave-current-mode', { - label: 'Move Insert to Normal to Jupyter Command Mode"', + label: 'Move Insert to Normal to Jupyter Command Mode', execute: args => { const current = getCurrent(args);