12 comments (12 comments)13 reactions (13 reactions)0 assignees (0 assignees)TypeScript74,848 stars (74,848 stars)10,221 forks (10,221 forks)batch import
feature-requesthelp wantedterminal-renderingupstreamupstream-issue-linked
- Issue type
- feature
- Prerequisites
- None
- Research direction
- 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.