Describe the bug
The Copilot CLI input box fails to wrap non-English text (e.g., Chinese characters) correctly, causing the text to overflow the container.
Here are some screenshots that might descibe this issue.
I entered one line of the following text:
我目前的 macOS 版本,每一次透過 Azure DevOps、Azure Pipeline、CI/CD 安裝並且產生的這個 DMG 檔,使用者裝好之後呢,都會導致「輔助設定」的權限失效。你可不可以幫我檢查一下,是不是 Code sign 的憑證有問題,或者是難道每次都會不一樣嗎?
Affected version
v1.0.48
Steps to reproduce the behavior
- Run
copilot
- Paste this text
我目前的 macOS 版本,每一次透過 Azure DevOps、Azure Pipeline、CI/CD 安裝並且產生的這個 DMG 檔,使用者裝好之後呢,都會導致「輔助設定」的權限失效。你可不可以幫我檢查一下,是不是 Code sign 的憑證有問題,或者是難道每次都會不一樣嗎?
Expected behavior
I expect non-English especially Chinese characters to also be able to wrap lines correctly; the current implementation likely only considers English text.
Additional context
No response
Describe the bug
The Copilot CLI input box fails to wrap non-English text (e.g., Chinese characters) correctly, causing the text to overflow the container.
Here are some screenshots that might descibe this issue.
I entered one line of the following text:
Affected version
v1.0.48
Steps to reproduce the behavior
copilotExpected behavior
I expect non-English especially Chinese characters to also be able to wrap lines correctly; the current implementation likely only considers English text.
Additional context
No response