zed
zed copied to clipboard
Screen flickering issue on ChromeOS
Check for existing issues
- [X] Completed
Describe the bug / provide steps to reproduce it
When opening the Zed editor (Linux version) on my Chromebook, the app starts flickering, and I don't know how to stop it. Plus, none of the buttons in the app work when this happens, so I can't go into the app to figure out a solution to this. I attached a video to show this issue in action.
Screen recording 2024-07-11 10.07.24 PM.webm
Environment
Computer make and model: Framework Laptop - Chromebook Edition OS: ChromeOS 126 CPU: 12th Gen Intel(R) Core(TM) i5-1240P (16 threads, 3.85GHz) RAM: 32 GB Storage: 1TB
If applicable, add mockups / screenshots to help explain present your vision of the feature
No response
If applicable, attach your Zed.log file to this issue.
Zed.log
My current workaround is to call:
const {stdout} = await $`npx -p which which pylon-server`
const binPath = stdout.toString().trim()
Strangely await $`npx -p which which pylon-server`.text() kills the process silently.