Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.108.1 (arm64)
- OS Version: macOS 26.3 (Build 25D770870v) - MacBook Air, Apple M1, 16GB RAM
Note
I'm a Japanese developer and English is not my first language. I created this report with the help of AI (Claude) to ensure clarity. Please let me know if anything is unclear.
Related Issue
This is a follow-up to #284827, which is currently closed. I'm opening a new issue as I cannot reopen the previous one.
Summary
Terminal rendering corruption occurs on macOS with Apple Silicon. The "terminal.integrated.gpuAcceleration": "auto" workaround that helped on Windows has no effect on macOS.
Steps to Reproduce:
- Use VS Code integrated terminal on macOS with Apple M1
- Run various commands (the issue occurs intermittently)
- Terminal display becomes corrupted/garbled (similar to GPU "device lost" on Windows)
Workaround Attempted
On Windows, setting "terminal.integrated.gpuAcceleration": "auto" in settings.json helped reduce the frequency of this issue.
However, this setting has no effect on macOS - the corruption continues to occur.
Screenshots

Does this issue occur when all extensions are disabled?: Yes
Note
I'm a Japanese developer and English is not my first language. I created this report with the help of AI (Claude) to ensure clarity. Please let me know if anything is unclear.
Related Issue
This is a follow-up to #284827, which is currently closed. I'm opening a new issue as I cannot reopen the previous one.
Summary
Terminal rendering corruption occurs on macOS with Apple Silicon. The
"terminal.integrated.gpuAcceleration": "auto"workaround that helped on Windows has no effect on macOS.Steps to Reproduce:
Workaround Attempted
On Windows, setting
"terminal.integrated.gpuAcceleration": "auto"insettings.jsonhelped reduce the frequency of this issue.However, this setting has no effect on macOS - the corruption continues to occur.
Screenshots