iT邦幫忙

0

我的Visual Studio出現了問題可以如果解決

  • 分享至 

  • xImage

https://ithelp.ithome.com.tw/upload/images/20230505/20160002bYzqxOUlw1.png
下方出現亂碼UI跟平常看起來也不一樣

增廣建文 iT邦研究生 5 級 ‧ 2023-05-06 07:33:23 檢舉
改用terminal 不要用output就會正常了
shiaobin iT邦新手 4 級 ‧ 2023-05-24 14:23:18 檢舉
1. 如果❌如何⭕
2. Visual Studio❌Visual Studio Code⭕
3. 不要亂用 tag。tag 應該要放的是關鍵字,像是 vscode, terminal 之類的,方便大家找文,而不是放「大神幫幫忙」。
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

2 個回答

0
whitefloor
iT邦研究生 2 級 ‧ 2023-05-06 00:01:37

你這八成是自己裝的termianl或是有魔改過

用我自己在用的Powerlevel9k(10k)也會有這問題
給你參考
https://github.com/Powerlevel9k/powerlevel9k/wiki/Troubleshooting#p9k-in-the-vscode-terminal

懶人包,要去調整字型

1.喜好設定>設定>JSON>edit setting.json
2.{
"terminal.external.osxExec": "iTerm.app",
"terminal.integrated.cursorBlinking": true,
"terminal.integrated.enableBold": true,
"terminal.integrated.fontFamily": "SauceCodePro Nerd Font",
"terminal.integrated.fontSize": 14,
"terminal.integrated.rightClickCopyPaste": true,
}
3.存擋
860581749 iT邦新手 5 級 ‧ 2023-05-06 00:32:08 檢舉

https://ithelp.ithome.com.tw/upload/images/20230506/2016000249HC7jvj6i.png
直接覆蓋?

whitefloor iT邦研究生 2 級 ‧ 2023-05-06 00:50:53 檢舉

如果這是對的設定你存檔之後重開就有反應了

860581749 iT邦新手 5 級 ‧ 2023-05-06 01:02:52 檢舉

https://ithelp.ithome.com.tw/upload/images/20230506/20160002nHmofZCQ1x.png
改了還是一樣

0
shiaobin
iT邦新手 4 級 ‧ 2023-05-24 14:41:22

這看來是使用了 Code Runner 延伸模組。我自己測試是沒能重現你的問題,輸出正常無亂碼。或許你可以試試移除 Visual Studio Code 再重新安裝看看。
輸出正常的螢幕擷圖

另外該模組作者在知乎有貼文說明亂碼問題,你也可以試試看:

在 GitHub Issue 中,用户问到最多的问题就是乱码和怎么支持输入。通过设置,我们可以把代码放到 VS Code 内置的 Terminal 来运行,这两个问题就能迎刃而解了。

选择 文件 -> 首选项 -> 设置,打开VS Code设置页面,找到 Run Code configuration,勾上 Run In Terminal 选项。设置之后,代码就会在 Terminal 中运行了。
Run in Terminal 設定方式

我要發表回答

立即登入回答