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.