Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix terminals in editor area not reloading #151852

Merged
merged 11 commits into from
Jul 6, 2022
Merged

Commits on Jun 12, 2022

  1. Fix terminals in editor area not reloading

    - Closes microsoft#140429
    - This isn't perfect because it just reopens then without setting the original location, but at least it reloads them.
    ssigwart committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    71c15ea View commit details
    Browse the repository at this point in the history
  2. Fix accidental line of code

    ssigwart committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    f33aeb8 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Configuration menu
    Copy the full SHA
    b9cea3a View commit details
    Browse the repository at this point in the history
  2. fix imports

    meganrogge committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    f1008c8 View commit details
    Browse the repository at this point in the history
  3. fix issues

    meganrogge committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    a084f63 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. Configuration menu
    Copy the full SHA
    bc73446 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2022

  1. Get info from terminal editor

    - The issue is `_onWillShutdown` is called before `TerminalInputSerializer` serializes, so I added `shutdownPersistentProcessId`.
    - When restoring the editor, it was using the wrong ID, so I added `getRevivedPtyNewId`.
    ssigwart committed Jun 18, 2022
    Configuration menu
    Copy the full SHA
    7aa326e View commit details
    Browse the repository at this point in the history
  2. Self review cleanup

    ssigwart committed Jun 18, 2022
    Configuration menu
    Copy the full SHA
    1f37af9 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Merge branch 'main' into term

    Tyriar committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    b2b0adb View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Configuration menu
    Copy the full SHA
    9dcdfa4 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Merge branch 'main' into term

    Tyriar committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    575c29b View commit details
    Browse the repository at this point in the history