When disabling the GPU on Raspberry PI by running VS Code with the --disable-gpu command line option, I still see rendering issues in VS Code's integrated Terminal. These issues are fixed by turning off VS Code's Terminal Gpu Acceleration setting.
I would expect that the default Terminal Gpu Acceleration setting auto automatically picks up the --disable-gpu command line option in this case.
When disabling the GPU on Raspberry PI by running VS Code with the
--disable-gpucommand line option, I still see rendering issues in VS Code's integrated Terminal. These issues are fixed by turning off VS Code'sTerminal Gpu Accelerationsetting.I would expect that the default
Terminal Gpu Accelerationsettingautoautomatically picks up the--disable-gpucommand line option in this case.