Skip to content

Commit 6fba2a8

Browse files
committed
clean up
1 parent 9e0d33d commit 6fba2a8

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

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

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,6 @@ suite('Smoke Test: Run Smart Selection and Advance Cursor', async () => {
2020
teardown(closeActiveWindows);
2121

2222
test('Smart Send', async () => {
23-
const configuration = vscode.workspace.getConfiguration('python');
24-
await configuration.update('REPL.sendToNativeREPL', false, vscode.ConfigurationTarget.Global);
25-
await configuration.update('REPL.enableREPLSmartSend', true, vscode.ConfigurationTarget.Global);
26-
const configurationTerminal = vscode.workspace.getConfiguration('terminal');
27-
// set terminal.integrated.shellIntegration.enabled to false
28-
await configurationTerminal.update(
29-
'integrated.shellIntegration.enabled',
30-
false,
31-
vscode.ConfigurationTarget.Global,
32-
);
33-
configurationTerminal.update(
34-
'integrated.defaultProfile.windows',
35-
'PowerShell',
36-
vscode.ConfigurationTarget.Global,
37-
);
38-
configurationTerminal.update('integrated.defaultProfile.osx', 'PowerShell', vscode.ConfigurationTarget.Global);
39-
4023
const file = path.join(
4124
EXTENSION_ROOT_DIR_FOR_TESTS,
4225
'src',

0 commit comments

Comments
 (0)