Skip to content

Commit f7f8ef6

Browse files
committed
setting to make sure to enable REPLSmartSend
1 parent d12ae35 commit f7f8ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/smoke/smartSend.smoke.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ suite('Smoke Test: Run Smart Selection and Advance Cursor', async () => {
2222
test('Smart Send', async () => {
2323
const configuration = vscode.workspace.getConfiguration('python');
2424
await configuration.update('REPL.sendToNativeREPL', false, vscode.ConfigurationTarget.Global);
25-
25+
await configuration.update('REPL.enableREPLSmartSend', true, vscode.ConfigurationTarget.Global);
2626
const configurationTerminal = vscode.workspace.getConfiguration('terminal');
2727
// set terminal.integrated.shellIntegration.enabled to false
2828
await configurationTerminal.update(

0 commit comments

Comments
 (0)