Skip to content

Commit

Permalink
More fixes to pre-release (microsoft#22640)
Browse files Browse the repository at this point in the history
Following up to microsoft#22638
  • Loading branch information
Kartik Raj authored and eleanorjboyd committed Dec 13, 2023
1 parent 1c37df5 commit 989bbd0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/test/terminals/codeExecution/smartSend.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 989bbd0

Please sign in to comment.