Skip to content

Commit 0a570b5

Browse files
Kartik Rajkarthiknadig
Kartik Raj
authored andcommitted
More fixes to pre-release (#22640)
Following up to #22638
1 parent a712e12 commit 0a570b5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/test/terminals/codeExecution/smartSend.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -300,9 +300,7 @@ suite('REPL - Smart Send', () => {
300300
.setup((a) =>
301301
a.showWarningMessage(
302302
l10n.t(
303-
`Python is unable to parse the code provided. Please
304-
turn off Smart Send if you wish to always run line by line or explicitly select code
305-
to force run. [logs](command:{0}) for more details.`,
303+
'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.',
306304
Commands.ViewOutput,
307305
),
308306
'Switch to line-by-line',

0 commit comments

Comments
 (0)