From 38b30728424e053fcf3dfcca547d94493330e701 Mon Sep 17 00:00:00 2001 From: Furkan Akkurt Date: Sun, 26 May 2024 20:54:59 +0300 Subject: [PATCH] Fix typo ; Update configMigration.ts --- src/platform/common/configMigration.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform/common/configMigration.ts b/src/platform/common/configMigration.ts index 0333c32d8a6..167efd45f83 100644 --- a/src/platform/common/configMigration.ts +++ b/src/platform/common/configMigration.ts @@ -24,7 +24,7 @@ export class ConfigMigration { enableCellCodeLens: 'interactiveWindow.codeLens.enable', addGotoCodeLenses: 'interactiveWindow.codeLens.enableGotoCell', codeLenses: 'interactiveWindow.codeLens.commands', - debugCodeLenses: 'interactiveWindow.codeLes.debugCommands', + debugCodeLenses: 'interactiveWindow.codeLens.debugCommands', codeRegularExpression: 'interactiveWindow.cellMarker.codeRegex', markdownRegularExpression: 'interactiveWindow.cellMarker.markdownRegex',