Skip to content

Commit 8314cd4

Browse files
committed
[Draft] Enable PyREPL for 3.13 and above
1 parent e0f1d3c commit 8314cd4

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

‎src/client/terminals/pythonStartup.ts‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ async function applyPythonStartupSetting(context: ExtensionContext): Promise<voi
2222
const sourcePath = path.join(EXTENSION_ROOT_DIR, 'python_files', 'pythonrc.py');
2323
await copy(Uri.file(sourcePath), destPath, { overwrite: true });
2424
context.environmentVariableCollection.replace('PYTHONSTARTUP', destPath.fsPath);
25-
// When shell integration is enabled, we disable PyREPL from cpython.
26-
context.environmentVariableCollection.replace('PYTHON_BASIC_REPL', '1');
2725
context.environmentVariableCollection.description = new MarkdownString(
2826
Interpreters.shellIntegrationEnvVarCollectionDescription,
2927
);

0 commit comments

Comments
 (0)