You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Terminal renderer setting: Settings → Workbench → Terminal renderer — prefer WebGL (default) or force Canvas for better CJK layout stability; hot-swaps without killing the PTY session
Improved
Embedded xterm CJK layout: Latin mono + CJK font fallback stack, Unicode 11 widths, overlapping-glyph rescale, and tighter cell metrics so mixed Chinese/English lines stay aligned
WebGL glyph atlas refresh: rebuild atlas after zoom / DPR / theme changes to avoid scrambled glyphs that only “fix” on hover
Desktop i18n loading in dev: locale catalogs reload on each bundle fetch so new settings strings appear without a full main-process restart
i18n coverage for React settings: checker scans renderer-react so Workbench/settings keys stay in sync with catalogs
Fixed
xterm layout corruption on hover: WebGL-preferred path with Canvas fallback on context loss; force-Canvas option when GPU atlas still mis-paints double-width text
Missing settings strings: desktop.settings.terminalRenderer* and desktop.common.save resolve correctly in en / zh-cn / ja