fix: Windows Terminal launch fails on non-English systems#13551
fix: Windows Terminal launch fails on non-English systems#13551
Conversation
…non-English systems The `-p "Command Prompt"` flag fails on localized Windows (e.g. Chinese "命令提示符"). Use default profile instead and fix extra quoting of bat file path. Closes #13550 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Note This comment was translated by Claude. It may not be entirely a profile issue, the problem is that the profile wasn't "quoted". #13400 should be able to fix it. If removed, if the user's Windows Terminal default profile is wsl, it might not start cmd. I'll try it again tonight. Original Content可能不完全是 profile 这个问题,是 profile 没有 "quote" 起来。 #13400 应该能修掉,去掉的话如果用户 Windows Terminal 默认profile是wsl可能会启动不了cmd,我晚上再试试 |
|
Note This comment was translated by Claude. Thank you for the feedback! You make a good point. Removing Looking at the changes in #13400, simply removing the extra quotes while keeping However, I have one question: if the root cause is just the quotes issue, can |
|
@DeJeune This is the issue we privately discussed on WeChat. I am tagging you to bring it to your attention, as you may be working on the same issue, or at least have been looking into this. Hope it helps! |
Summary
Fix
Use default Windows Terminal profile instead of hardcoding English profile name.
Closes #13550
Test plan