THUDM / CodeGeeX

CodeGeeX: An Open Multilingual Code Generation Model (KDD 2023)
https://codegeex.cn
Apache License 2.0
8.1k stars 588 forks source link

add setting to edit font size in tab #219

Open zuble opened 11 months ago

zuble commented 11 months ago

Is there a way of adding a font size setting to directly change the codegeex tab ? Thats because i cant setup vscode to have a workable zoom and a readable font size in codegeex tab.

Hope that its understandable.

crazygo commented 11 months ago

@zuble Hi, the font size of the sidebar in vscode follows the settings of vscode. It can be controlled through the "Font" option in the vs settings.

What is your current vs font size setting?

Here is a tip: the font size setting and the zoom setting are independent. You can set a larger font size (such as 16px) at a smaller zoom level to improve the visual effect.

Thank you very much for your feedback. Please feel free to leave a message if you have any questions.

oxk4r01 commented 5 months ago

The problem for me is that the font size of Codegeex tab, is too small, but the vscode interface font size is ok. I think you should add an option to customize Codegeex tab font size or make it equal to the main vscode interface. Regards.

crazygo commented 5 months ago

Please help to paste a screenshot to show the difference in font size between the CodeGeeX tab and the VS @oxk4r01