12 评论 (12 评论)13 反应 (13 反应)0 负责人 (0 负责人)TypeScript74,848 star (74,848 star)10,221 fork (10,221 fork)batch import
feature-requesthelp wantedterminal-renderingupstreamupstream-issue-linked
- 议题类型
- feature
- 前置要求
- 无
- 研究方向
- The issue requests that the terminal respect the workbench.fontAliasing setting. To implement this, a contributor should first understand how font aliasing is applied elsewhere in VS Code, likely in the workbench settings (see issue #2577). Then, investigate the terminal's font rendering, possibly in files like 'src/vs/workbench/contrib/terminal/browser/terminalInstance.ts' or related CSS. Check if the terminal already applies any font smoothing and how to incorporate the existing setting. The tweet linked may provide visual context for the desired behavior.