What version of Effect is running?
4.0.0-beta.14, 0.76.0 language service
What steps can reproduce the bug?
Try to use Model.Class autocomplete, it doesn't trigger:
In comparison to Schema.Class etc:
Same for self mismatch diagnostics:
What is the expected behavior?
All of these should trigger on Model.Class in v4 still
What do you see instead?
Model.Class doesn't trigger any of Class goodies
Additional information
I've looked through merged PRs and spotted this:
https://github.com/Effect-TS/language-service/pull/637/changes
Disable v3-only completions (...Model.Class) when Effect v4 is detected
Is there something that I'm missing here? Model.Class still exists is v4 (imported from different path). Is it an oversight?