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

InitialSessionState: Add support for configuring initial working directory #21446

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on May 13, 2024

  1. InitialSessionState: Refactor SetSessionStateDrive in preparation f…

    …or adding working directory configuration support (see next commit)
    
    Behavior should be unchanged, except that the catch-all `try` block was shortened to the relevant part of the function – exceptions thrown by the rest of the function are unrelated to drive and location configuration and indicate serious issues which should probably be propagated.
    MatejKafka committed May 13, 2024
    Configuration menu
    Copy the full SHA
    ae24f35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ace34a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65db9ff View commit details
    Browse the repository at this point in the history