microsoft / vscode-copilot-release

Feedback on GitHub Copilot Chat UX in Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=GitHub.copilot-chat
Creative Commons Attribution 4.0 International
336 stars 36 forks source link

Add setting for markdown font size in chat view #258

Closed dinhvankhoi-developer closed 5 months ago

dinhvankhoi-developer commented 1 year ago

Copilot có thể có phần setting về font-size riêng được không , nó lớn hơn 1 tý (có thể là 30px - 40px) , vì thanh bên của tôi rất nhiều extension hỗ trợ liên quan , tôi phóng to càng nhiều để copilot có chữ lớn , thì phần code nhìn rất xấu , có thể thiết lập phần setting copilot tuỳ chỉnh kích thước chữ được không ?

### Tasks
dinhvankhoi-developer commented 1 year ago

image khi viết bình thường copilot quá nhỏ , nếu phóng to thì extension thanh bên , và phần code nhìn rất xấu

dinhvankhoi-developer commented 1 year ago

image , nếu phóng to để đọc nội dung copilot !

roblourens commented 1 year ago

Thanks for creating this issue!

However, as the description is not in English, it is hard for us to work on it. If you are able to, please edit this issue to be in English. Please do not add a new comment or create a new issue, but rather edit the existing issue. Unfortunately, automatic translation services are not able to handle the technical language needed to effectively communicate about software issues, so we recommend finding a human translator who is familiar with our technology to help translate.

dinhvankhoi-developer commented 1 year ago

Can Copilot have its own font-size settings, slightly larger (maybe 30px - 40px), because I have many sidebar extensions that support related features, and I zoom in a lot for Copilot to have larger text, but then the code portion looks ugly. Is it possible to customize the font size in Copilot settings?

roblourens commented 1 year ago

The copilot font size is the same as all other workbench text. You can customize the codeblock text size with chat.editor.fontSize, but the rest of the reply text should match the workbench- why do you want it to be a different size than other workbench elements?

liam-k commented 1 year ago

I already commented in #83, but since this issue is open I’d like to support it here too. The problem is that Copilot uses way more text than anywhere else in VSCode where the Workbench font is used. It’s okay to squint or go closer to the screen for a second or two, but not if you’re reading complex explanations for several minutes. That’s why more users feel the need to increase the font size in Copilot itself (but ultimately, the more elegant solution would be a customizable workbench font-size across VSCode, because other plugins suffer from the same issues.)

jpongin-ethos commented 9 months ago

@roblourens, I would LOVE to have this feature. Personally, I'd like to have my CoPilot chat window to have a larger font-size than the rest of the other elements in the IDE to make it easier to read without having to increase everything. I currently have the ability to +/- the font size of my code editor without effecting the rest of the fonts in the IDE, which is hugely convenient.

jpongin-ethos commented 9 months ago

chat.editor.fontSize

This didn't work for me. It only changed the fontSize of certain elements within the CHAT: GITHUB COPILOT tab/window, but not the entire text output there.

roblourens commented 5 months ago

I think https://github.com/microsoft/vscode-copilot-release/issues/83 is a better issue to track this, so just switching to that one