Hi, I have encountered with annoying issue that fixed error remains highlighted. I am using pnpm and turborepo for workspace management. I have local packages that is being rebuilt on changes and app that uses them.
How to reproduce error:
open zed
run turborepo with app that depends on a local package build
use something from the local package and you would get error as it not imported
import the required item from the package, but you get another error saying it is not exported
add the export in the package. since the package’s code has changed, turborepo will rebuild it
return to you file. the import error is resolved and is no longer highlighted in import line, but the line where imported element being used still highlighted
close and reopen zed, line is not highlighted anymore
And one more fact: if element was exported before zed was open, everything works just fine
Check for existing issues
Describe the bug / provide steps to reproduce it
Hi, I have encountered with annoying issue that fixed error remains highlighted. I am using pnpm and turborepo for workspace management. I have local packages that is being rebuilt on changes and app that uses them.
How to reproduce error:
And one more fact: if element was exported before zed was open, everything works just fine
Environment
Zed: v0.157.5 (Zed) OS: macOS 14.6.1 Memory: 18 GiB Architecture: aarch64
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
zed-2.log zed.log