You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since shell integration enabled with PyREPL causes cursor indentation issue python/cpython#126131 we should only disable PyREPL and inject the flag to disable PyREPL when user has enabled Python shell integration: #25164
Add documentation in the setting description for Python shell integration that PyREPL(which is available from Python3.13 and above) gets disabled if shell integration for Python is enabled by user.
Otherwise, allow user using Python3.13 and above to use PyREPL and not inject the environment variable to disable PyREPL.