Skip to content

Commit

Permalink
setting to make sure to enable REPLSmartSend
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonykim1 committed Oct 30, 2024
1 parent d12ae35 commit f7f8ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/smoke/smartSend.smoke.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit f7f8ef6

Please sign in to comment.