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

Switch priority of shell/shellArgs and defaultProfile setting #123174

Merged
merged 1 commit into from
May 12, 2021

Commits on May 6, 2021

  1. Switch priority of shell/shellArgs and defaultProfile setting

    Fixes #123159
    
    We were too aggressive introducing the new default profile system as many
    users (as well as dev containers, microsoft/vscode-dev-containers#838) depend
    on these settings for their workflow. This also includes a change in behavior
    where if shellArgs are specified, they are applied to the fallback shell
    (even when shell.platform isn't specified), which aligns with past behavior.
    Tyriar committed May 6, 2021
    Configuration menu
    Copy the full SHA
    e95e22e View commit details
    Browse the repository at this point in the history