Open oleasteo opened 1 month ago
Thanks for the excellent reproduction instructions. I can reproduce the behavior on MacOS where the cursor jumps down to the next line, but there's not "completion out of expected range" in my logs 🤔...so that's probably unrelated.
I disabled the vue-language-server
and the problem went away.
Check for existing issues
Describe the bug / provide steps to reproduce it
When editing
.vue
files, I frequently get cursor jumps accompanied by unexpected text changes.One such example, starting from
Test.vue
as following:Now, type
input {}
in line 2. As the}
is written to overwrite the auto-closing bracket, the cursor jumps to the next line (with the accompanying space in between the{ }
being inserted).See logs below.
Environment
Zed: v0.155.2 (Zed) OS: Linux Wayland endeavouros unknown Memory: 15.4 GiB Architecture: x86_64 GPU: Intel(R) Xe Graphics (TGL GT2) || Intel open-source Mesa driver || Mesa 24.2.4-arch1.1
If applicable, add mockups / screenshots to help explain present your vision of the feature
If applicable, attach your Zed.log file to this issue.
Zed.log