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
Cherry pick dont automatically inject PYTHONSTARTUP (#24346) (#24386)
Resolves#24345 and
#24290 and
#24105 remove automatic
injection from before so only thing that allows shell integration to
user for Python terminal REPL is the setting itself.
Revert "Do not truncate whitespace for multi-line string" (#24096) (#……24099)
Reverts #23977
Have to revert #23977
with issue: #23743 due
to #24069
Will revisit why #23743
is breaking if contained inside other top level (in ast term) code
block, and look into how to support
#23743 without
breaking.