Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
OS/Web Information
- Web Browser: Chrome
- Local OS: macOS
- Remote OS: macOS
- Remote Architecture: n/a
code-server --version
: 4.9.0
Steps to Reproduce
brew upgrade code-server
code-server
- open Integrated Terminal
Expected
The terminal should load
Actual
It doesn't load
Logs
ERR TypeError: Cannot read properties of undefined (reading 'cell')
at c.getFont (terminalConfigHelper.ts:188:73)
at Ui.getFont (xtermTerminal.ts:416:29)
at Ki._getDimension (terminalInstance.ts:698:40)
at Ki._evaluateColsAndRows (terminalInstance.ts:649:26)
at Ki.layout (terminalInstance.ts:1875:30)
at Ki._open (terminalInstance.ts:1072:9)
at Ki.setVisible (terminalInstance.ts:1350:9)
at g.setInput (terminalEditor.ts:78:39)
at async a.doSetInput (editorPanes.ts:353:4)
at async a.doOpenEditor (editorPanes.ts:222:34)
Screenshot/Video
Does this issue happen in VS Code or GitHub Codespaces?
- I cannot reproduce this in VS Code.
- I cannot reproduce this in GitHub Codespaces.
Are you accessing code-server over HTTPS?
- I am using HTTPS.
Notes
No response