Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonykim1 committed Oct 31, 2024
1 parent 9e0d33d commit 6fba2a8
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions src/test/smoke/smartSend.smoke.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,6 @@ suite('Smoke Test: Run Smart Selection and Advance Cursor', async () => {
teardown(closeActiveWindows);

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(
'integrated.shellIntegration.enabled',
false,
vscode.ConfigurationTarget.Global,
);
configurationTerminal.update(
'integrated.defaultProfile.windows',
'PowerShell',
vscode.ConfigurationTarget.Global,
);
configurationTerminal.update('integrated.defaultProfile.osx', 'PowerShell', vscode.ConfigurationTarget.Global);

const file = path.join(
EXTENSION_ROOT_DIR_FOR_TESTS,
'src',
Expand Down

0 comments on commit 6fba2a8

Please sign in to comment.