From 0a570b55cbd54d615b7242a1f322f01537087e65 Mon Sep 17 00:00:00 2001 From: Kartik Raj Date: Tue, 12 Dec 2023 16:57:00 -0800 Subject: [PATCH] More fixes to pre-release (#22640) Following up to https://github.com/microsoft/vscode-python/pull/22638 --- src/test/terminals/codeExecution/smartSend.test.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/test/terminals/codeExecution/smartSend.test.ts b/src/test/terminals/codeExecution/smartSend.test.ts index 57edb5fca9c8..4963629d0fda 100644 --- a/src/test/terminals/codeExecution/smartSend.test.ts +++ b/src/test/terminals/codeExecution/smartSend.test.ts @@ -300,9 +300,7 @@ suite('REPL - Smart Send', () => { .setup((a) => a.showWarningMessage( l10n.t( - `Python is unable to parse the code provided. Please - turn off Smart Send if you wish to always run line by line or explicitly select code - to force run. [logs](command:{0}) for more details.`, + 'Python is unable to parse the code provided. Please turn off Smart Send if you wish to always run line by line or explicitly select code to force run. [logs](command:{0}) for more details.', Commands.ViewOutput, ), 'Switch to line-by-line',