[PR #11554] Fixed VsDevCmd command line quoting #28652

Closed
opened 2026-01-31 09:29:52 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/11554

State: closed
Merged: Yes


An extra " sneaked in when I changed the code
from string literals to raw string literals.

PR Checklist

Validation Steps Performed

  • Developer PowerShell for VS 2022 [Preview] profile exists ✔️
    • Launches developer PowerShell ✔️
    • $env:VSCMD_ARG_TGT_ARCH is x64 ✔️
  • Developer Command Prompt for VS 2022 [Preview] profile exists ✔️
    • Launches regular developer shell ✔️
    • %VSCMD_ARG_TGT_ARCH% is x64 ✔️
**Original Pull Request:** https://github.com/microsoft/terminal/pull/11554 **State:** closed **Merged:** Yes --- An extra `"` sneaked in when I changed the code from string literals to raw string literals. ## PR Checklist * [x] Closes #11552 * [x] I work here ## Validation Steps Performed * `Developer PowerShell for VS 2022 [Preview]` profile exists ✔️ * Launches developer PowerShell ✔️ * `$env:VSCMD_ARG_TGT_ARCH` is `x64` ✔️ * `Developer Command Prompt for VS 2022 [Preview]` profile exists ✔️ * Launches regular developer shell ✔️ * `%VSCMD_ARG_TGT_ARCH%` is `x64` ✔️
claunia added the pull-request label 2026-01-31 09:29:52 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#28652