From f7f8ef67b3218c15405074d4dbcce888f9446e56 Mon Sep 17 00:00:00 2001 From: Anthony Kim Date: Wed, 30 Oct 2024 09:34:00 -0700 Subject: [PATCH] setting to make sure to enable REPLSmartSend --- src/test/smoke/smartSend.smoke.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/smoke/smartSend.smoke.test.ts b/src/test/smoke/smartSend.smoke.test.ts index c6598e8fb556..5e68f193be01 100644 --- a/src/test/smoke/smartSend.smoke.test.ts +++ b/src/test/smoke/smartSend.smoke.test.ts @@ -22,7 +22,7 @@ suite('Smoke Test: Run Smart Selection and Advance Cursor', async () => { test('Smart Send', async () => { const configuration = vscode.workspace.getConfiguration('python'); await configuration.update('REPL.sendToNativeREPL', false, vscode.ConfigurationTarget.Global); - + await configuration.update('REPL.enableREPLSmartSend', true, vscode.ConfigurationTarget.Global); const configurationTerminal = vscode.workspace.getConfiguration('terminal'); // set terminal.integrated.shellIntegration.enabled to false await configurationTerminal.update(